Commit 388e6b85 by Xavier Antoviaque

Install steps - Add numpy requirement in manual installation steps

When `pip install -r requirements/edx/pre.txt` is omitted before running
`pip install -r requirements/edx/base.txt`, it would cause API versions
mistmatch when `make cms` is run. `make cms` would automatically run pip
with pre.txt and install a different version of numpy, *after* base.txt
and post.txt have been run through pip.
parent f27f664d
...@@ -76,6 +76,7 @@ environment), and Node has a library installer called ...@@ -76,6 +76,7 @@ environment), and Node has a library installer called
Once you've got your languages and virtual environments set up, install Once you've got your languages and virtual environments set up, install
the libraries like so: the libraries like so:
$ pip install -r requirements/edx/pre.txt
$ pip install -r requirements/edx/base.txt $ pip install -r requirements/edx/base.txt
$ pip install -r requirements/edx/post.txt $ pip install -r requirements/edx/post.txt
$ bundle install $ bundle install
......
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