mirror of
https://github.com/GNS3/gns3-server
synced 2025-01-26 07:51:13 +00:00
Update documentation to install gns3-server. Fixes #2124
This commit is contained in:
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…
Reference in New Issue
Block a user