JorgeMaker / SimpleFOCStudio

A GUI based in PyQT5 and PyQtGraph to configure and control SimpleFOC devices.
MIT License
171 stars 79 forks source link

Install instructions on main git page #1

Closed rtarb41323 closed 3 years ago

rtarb41323 commented 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)

JorgeMaker commented 3 years ago

Totally true, thanks for pointing that out. I just corrected it.