I am trying to install simplefocstudio but am stuck on step 2 below. It says, " Clone this repository or download the zip file". What repository is it talking about?
Installation
Don’t worry, SimpleFOCStudio is easy to install even if you have never used the terminal before! There are just couple of steps to take:
- Install Python if you don’t have it installed yet
- We suggest to use Anaconda. Here is how to install it.
- Once you have your Anaconda running open your terminal (on windows anaconda prompt) and run:
conda create -n simplefoc python=3.6.0
- Once this is done you will never have to run that command again, from now on you will just need:
conda activate simplefoc
- Clone this repository or download the zip file
- Enter the folder containing the repository using the terminal
- the command will be something like this:
cd some_path_on_disk/SimpleFOCStudio
- Final step of the installation is installing all the necessary libraries for the SimpleFOCStudio :
pip install -r "requirements.txt"