We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 689a1d5 commit fec82f5Copy full SHA for fec82f5
README.md
@@ -13,10 +13,10 @@ Documentation is available on our website: https://www.svlsimulator.com/docs/pyt
13
14
# Installing
15
16
- python3 -m pip install --user .
+ python3 -m pip install -r requirements.txt --user .
17
18
# install in development mode
19
- python3 -m pip install --user -e .
+ python3 -m pip install -r requirements.txt --user -e .
20
21
Do not use the legacy `python3 setup.py install` nor `pip3 install`.
22
0 commit comments