From 8ffd2a73feef47619c7add90e20011f88a97b42b Mon Sep 17 00:00:00 2001 From: Matteo Guadrini Date: Fri, 28 Feb 2020 09:44:32 +0100 Subject: [PATCH] Add pip installation in docs --- README.md | 8 +++++++- docs/source/prerequisites.rst | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1fad0ff..7646439 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,13 @@ Manual mode work with only mac-address user and therefore the operating system i ## Installation -The installation of *vmam* is very simple. Just run these commands: +The installation of *vmam* is very simple. With *pip*: + +```bash +pip install vmam +``` + +Or just run these commands: ```bash git clone https://github.com/MatteoGuadrini/vmam.git diff --git a/docs/source/prerequisites.rst b/docs/source/prerequisites.rst index 9100133..23037c9 100644 --- a/docs/source/prerequisites.rst +++ b/docs/source/prerequisites.rst @@ -96,7 +96,13 @@ To configure your network devices, you need to follow and search the manuals for Installation ############ -The installation of *vmam* is very simple. Just run these commands: +The installation of *vmam* is very simple. With *pip*: + +.. code-block:: console + + pip install vmam + +Or just run these commands: .. code-block:: console