Commit f8881edb by Amol Bhave

Update INSTALL.md

parent 3bbb200b
...@@ -2,9 +2,9 @@ Note: These instructions may be obsolete. ...@@ -2,9 +2,9 @@ Note: These instructions may be obsolete.
To install a development setup: To install a development setup:
apt-get install python-pip python-matplotlib python-scipy emacs mongodb apache2-utils python-mysqldb subversion ipython nginx git redis-server sudo apt-get install python-pip python-matplotlib python-scipy emacs mongodb apache2-utils python-mysqldb subversion ipython nginx git redis-server
git clone https://github.com/MITx/edinsights git clone https://github.com/edx/ed-insights
cd edinsights cd ed-insights
pip install -r requirements.txt pip install -r requirements.txt
cd src/edinsights/ cd src/edinsights/
python manage.py syncdb python manage.py syncdb
...@@ -13,8 +13,8 @@ To install a development setup: ...@@ -13,8 +13,8 @@ To install a development setup:
To install a setup to build from: To install a setup to build from:
apt-get install python-pip python-matplotlib python-scipy emacs mongodb apache2-utils python-mysqldb subversion ipython nginx git redis-server sudo apt-get install python-pip python-matplotlib python-scipy emacs mongodb apache2-utils python-mysqldb subversion ipython nginx git redis-server
git clone https://github.com/MITx/edinsights git clone https://github.com/edx/ed-insights
cd edinsights cd ed-insights
pip install -r requirements.txt pip install -r requirements.txt
sudo python setup.py install sudo python setup.py 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