Commit d2bb8317 by James Tauber

Merge pull request #34 from antoviaque/install-requirements-pre

Install steps - Add numpy requirement in manual installation steps
parents 52b76c87 388e6b85
......@@ -76,6 +76,7 @@ environment), and Node has a library installer called
Once you've got your languages and virtual environments set up, install
the libraries like so:
$ pip install -r requirements/edx/pre.txt
$ pip install -r requirements/edx/base.txt
$ pip install -r requirements/edx/post.txt
$ 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