Updated README.md to reflect new requirements

This commit is contained in:
Jeppe Klitgaard 2015-04-07 19:08:09 +02:00
parent 0ac27a940c
commit 057cd499b7
1 changed files with 4 additions and 1 deletions

View File

@ -30,7 +30,10 @@ We aim to be compatible with the following python versions:
Requirements
------------
- `cryptography <https://github.com/pyca/cryptography#cryptography>`_ (Also in ``requirements.txt``)
- `cryptography <https://github.com/pyca/cryptography#cryptography>`_
- `requests <http://docs.python-requests.org/en/latest/>`_
The requirements are also stored in ``requirements.txt``
See the installation instructions for the cryptography library here: `<https://cryptography.io/en/latest/installation/>`_
but essentially ``pip install -r requirements.txt`` should cover everything.