mirror of
https://github.com/nicolabs/nicobot.git
synced 2026-05-21 11:57:34 +02:00
fixed doc indentation
This commit is contained in:
parent
15c5f9393c
commit
f271dc9232
|
|
@ -35,17 +35,17 @@ To install the test package from test.pypi.org and check that it works :
|
||||||
|
|
||||||
# First create a virtual environment not to mess with the host system
|
# First create a virtual environment not to mess with the host system
|
||||||
python3 -m venv venv/pypi_test && source venv/pypi_test/bin/activate
|
python3 -m venv venv/pypi_test && source venv/pypi_test/bin/activate
|
||||||
|
|
||||||
# Then install dependencies using the regular pypi repo
|
# Then install dependencies using the regular pypi repo
|
||||||
pip3 install -c constraints.txt -r requirements-runtime.txt
|
pip3 install -c constraints.txt -r requirements-runtime.txt
|
||||||
|
|
||||||
# Finally install this package from the test repo
|
# Finally install this package from the test repo
|
||||||
pip3 install -i https://test.pypi.org/simple/ --no-deps nicobot
|
pip3 install -i https://test.pypi.org/simple/ --no-deps nicobot
|
||||||
|
|
||||||
# Do some test
|
# Do some test
|
||||||
python -m nicobot.askbot -V
|
python -m nicobot.askbot -V
|
||||||
...
|
...
|
||||||
|
|
||||||
# Exit the virtual environment
|
# Exit the virtual environment
|
||||||
deactivate
|
deactivate
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue