Commit 8d6c034a by Renzo Lucioni

Update dependency installation instructions

parent da2a6767
...@@ -7,11 +7,7 @@ This guide will walk you through the steps necessary to run the course-discovery ...@@ -7,11 +7,7 @@ This guide will walk you through the steps necessary to run the course-discovery
Install dependencies Install dependencies
-------------------- --------------------
If you have not already done so, create and activate a `virtualenv`_ running Python 3.5. We suggest using `virtualenvwrapper`_. If you have not already done so, create and activate a virtualenv running Python 3.5. We suggest using `virtualenvwrapper`_.
.. code-block:: bash
$ mkvirtualenv --python=$(which python3)
.. _virtualenvwrapper: https://virtualenvwrapper.readthedocs.org/en/latest/ .. _virtualenvwrapper: https://virtualenvwrapper.readthedocs.org/en/latest/
...@@ -24,12 +20,16 @@ If you have not already done so, create and activate a `virtualenv`_ running Pyt ...@@ -24,12 +20,16 @@ If you have not already done so, create and activate a `virtualenv`_ running Pyt
$ pip install virtualenvwrapper --upgrade --ignore-installed six $ pip install virtualenvwrapper --upgrade --ignore-installed six
Unless otherwise stated, assume all commands below are executed within the virtualenv. Dependencies can be installed using the command below. Install dependencies as follows:
.. code-block:: bash .. code-block:: bash
$ mkvirtualenv --python=$(which python3) discovery
$ workon discovery
$ make requirements $ make requirements
Unless otherwise stated, assume all commands below are executed within the virtualenv.
Install Elasticsearch Install Elasticsearch
--------------------- ---------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment