From 60701b63acd792629ae344cb49fc29c341833f11 Mon Sep 17 00:00:00 2001 From: grossmj Date: Thu, 6 May 2021 15:56:26 +0930 Subject: [PATCH] Update README to use python virtual env --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index bb4c9138..3c70ede9 100644 --- a/README.rst +++ b/README.rst @@ -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