Skip to content

Commit fec82f5

Browse files
committed
AUTO-6263: README.md: Update installation instructions to use requirements.txt
1 parent 689a1d5 commit fec82f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ Documentation is available on our website: https://www.svlsimulator.com/docs/pyt
1313

1414
# Installing
1515

16-
python3 -m pip install --user .
16+
python3 -m pip install -r requirements.txt --user .
1717

1818
# install in development mode
19-
python3 -m pip install --user -e .
19+
python3 -m pip install -r requirements.txt --user -e .
2020

2121
Do not use the legacy `python3 setup.py install` nor `pip3 install`.
2222

0 commit comments

Comments
 (0)