Skip to content

Commit

Permalink
install python requirements from requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Lohr committed Jun 9, 2017
1 parent 2acb921 commit 28b8859
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
* Install Docker. **Important:** Do **not** use the packages provided by your
distribution packages sources.
Use the officical resources from docker: https://docs.docker.com/engine/installation/.
* Install docker-py:
* Install required python packages:
```
pip install docker
pip install -r requirements.txt
```

## Start F5 VPN client
Expand Down

0 comments on commit 28b8859

Please sign in to comment.