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