mirror of
https://gitlab.com/RemixDev/deemix-gui-pyweb.git
synced 2025-01-29 17:28:29 +00:00
Updated README.md
This commit is contained in:
parent
34b93de62c
commit
885d3fb04e
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in a new issue