1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-24 17:28:08 +00:00

Update README to use python virtual env

This commit is contained in:
grossmj 2021-05-06 15:56:26 +09:30
parent a795e0d7c1
commit 60701b63ac

View File

@ -76,14 +76,16 @@ Finally these commands will install the server as well as the rest of the depend
.. code:: bash
cd gns3-server-master
python3 -m venv venv-gns3server
source venv-gns3server/bin/activate
sudo python3 setup.py install
gns3server
python3 -m gns3server --local
To run tests use:
.. code:: bash
py.test -v
python3 -m pytest tests
Docker container