Update documentation to install gns3-server. Fixes #2124

pull/2178/head
grossmj 1 year ago
parent dc1b98a1d0
commit fb4c04ac41

@ -85,7 +85,7 @@ Dependencies:
The following commands will install some of these dependencies: The following commands will install some of these dependencies:
``` {.bash} ``` {.bash}
sudo apt-get install python3-setuptools sudo apt-get install python3-setuptools python3-pip
``` ```
Finally, these commands will install the server as well as the rest of Finally, these commands will install the server as well as the rest of
@ -93,14 +93,15 @@ the dependencies:
``` {.bash} ``` {.bash}
cd gns3-server-master cd gns3-server-master
sudo python3 setup.py install python3 -m pip install -r requirements.txt
python3 -m pip install .
gns3server gns3server
``` ```
To run tests use: To run tests use:
``` {.bash} ``` {.bash}
py.test -v python3 -m pytest tests
``` ```
### Docker container ### Docker container

Loading…
Cancel
Save