Updated README.md

This commit is contained in:
RemixDev 2020-12-31 15:51:08 +01:00
parent 34b93de62c
commit 885d3fb04e
No known key found for this signature in database
GPG key ID: B33962B465BDB51C

View file

@ -6,7 +6,7 @@ NOTES:
- Python 3 is required for this app. Make sure you tick the option to add Python to PATH when installing.
- If `python3` is "not a recognized command" try using `python` instead.
- If you're having issues with the package `wheel` missing use: `python3 -m pip install setuptools wheel --user`
- Python 3.9 is not supported, you'll need to use Python 3.8
- Python 3.9 may not work, Python 3.8 is recommended
After installing Python open a terminal/command prompt in the app folder and install the dependencies using `python3 -m pip install -U -r requirements.txt --user`