Closed rtarb41323 closed 3 years ago
Greetings! The installation instructions on the main git page are currently:
Clone the repo or download the zip cd to the folder run: pip -install -r "requirements.txt" run: python simpleFOCStudio.py
I believe the third instruction should read: run: pip install -r "requirements.txt" (no dash in front of the "install" word)
Totally true, thanks for pointing that out. I just corrected it.
Greetings! The installation instructions on the main git page are currently:
I believe the third instruction should read: run: pip install -r "requirements.txt" (no dash in front of the "install" word)