Skip to content

Commit

Permalink
Add installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
gtarawneh committed Jun 19, 2018
1 parent 599d710 commit eef5565
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions doc/install.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
### Installation

The tool requires the following Python modules:

- jinja2
- docopt

The easiest way to install these dependencies is to use
[`pip`](https://pip.pypa.io/en/stable/installing/):

```
pip install -r requirements.txt
```

0 comments on commit eef5565

Please sign in to comment.