From 0ecc8cc7a66b677da61846159d740f766dc5e374 Mon Sep 17 00:00:00 2001 From: Alex Seeholzer Date: Tue, 20 Dec 2016 09:18:28 +0100 Subject: [PATCH] Install requirements mentioned --- doc/intro.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/intro.rst b/doc/intro.rst index 5145a2b..bada240 100644 --- a/doc/intro.rst +++ b/doc/intro.rst @@ -44,6 +44,13 @@ The following requirements should be met: - Scipy (only required in some exercises) +If you are not using anaconda/miniconda, you can install all requirements by running: + +.. code-block:: bash + + pip install -r requirements.txt + + Disclaimer ----------