Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
Add pip installation in docs
  • Loading branch information
MatteoGuadrini committed Feb 28, 2020
2 parents ff529a1 + 8ffd2a7 commit 897ea98
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 7 additions & 1 deletion docs/source/prerequisites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 897ea98

Please sign in to comment.