diff --git a/README.rst b/README.rst index 48bc18da..25968688 100644 --- a/README.rst +++ b/README.rst @@ -41,6 +41,12 @@ Finally these commands will install the server as well as the rest of the depend sudo python3 setup.py install gns3server +To run tests use: + +.. code:: bash + + py.test -v + Windows -------