Skip to content

Commit

Permalink
📓 Improving documentation regarding dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
caffeinewriter committed Jul 7, 2015
1 parent b096246 commit 0a8a277
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,22 @@ So far, this only supports a single switch.

## Building

Make sure to install dependencies.

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

Or you can install dependencies manually.

```
pip install requests pyinstaller
```

This has been successfully built with `pyinstaller`.

```
#First line not necessary if you ran the dependency install command
pip install pyinstaller
pyinstaller -F wp-fingerprintpy
````

0 comments on commit 0a8a277

Please sign in to comment.