Requirements moved to setup.py

This commit is contained in:
Amund Eggen Svandal 2020-02-18 16:22:31 +01:00 committed by joo
parent 1f42f61620
commit d01dfd4812
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ Requirements
- `requests <http://docs.python-requests.org/en/latest/>`_
- `future <http://python-future.org/>`_
The requirements are also stored in ``requirements.txt``
The requirements are also stored in ``setup.py``
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.