From d01dfd4812baf486a508cc94754d4c51c71d4672 Mon Sep 17 00:00:00 2001 From: Amund Eggen Svandal Date: Tue, 18 Feb 2020 16:22:31 +0100 Subject: [PATCH] Requirements moved to setup.py --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e47bb54..907aa64 100644 --- a/README.rst +++ b/README.rst @@ -63,7 +63,7 @@ Requirements - `requests `_ - `future `_ -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: ``_ but essentially ``pip install -r requirements.txt`` should cover everything.