README.md
6.79 KB
-
Install steps - Add numpy requirement in manual installation steps · 388e6b85
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.
Xavier Antoviaque committed