aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-11-28 19:06:14 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-11-28 19:06:14 +0100
commitcb35a9b23a855b75ea7c429b44f320a4ab9c29f3 (patch)
tree0a7d9c3e63e5a8849476c6011fd98222e78c6513 /README.rst
parentUpdated README.rst and vagrant bootstrap file. (diff)
downloadnewspipe-cb35a9b23a855b75ea7c429b44f320a4ab9c29f3.tar.gz
newspipe-cb35a9b23a855b75ea7c429b44f320a4ab9c29f3.tar.bz2
newspipe-cb35a9b23a855b75ea7c429b44f320a4ab9c29f3.zip
Misc fixes for the installation/uage of scipy/numpy/nltk.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 46c8b866..52a22cfd 100644
--- a/README.rst
+++ b/README.rst
@@ -69,6 +69,7 @@ The geek way
$ cd pyaggr3g470r
$ heroku create
$ heroku addons:add heroku-postgresql:dev
+ $ heroku config:set BUILDPACK_URL=https://github.com/cedricbonhomme/heroku-buildpack-scipy
$ heroku config:set HEROKU=1
$ git push heroku master
$ heroku run init
@@ -111,6 +112,7 @@ Deploying the application on a traditional server
$ sudo apt-get install python libpq-dev python-dev python-pip build-essential git
$ sudo apt-get install libatlas-base-dev gfortran # for scipy
$ sudo apt-get install libxml2-dev libxslt1-dev # for lxml
+ $ sudo apt-get install python-nose # for scikit-learn
$ git clone https://bitbucket.org/cedricbonhomme/pyaggr3g470r.git
$ cd pyaggr3g470r
$ sudo pip install --upgrade -r requirements.txt
bgstack15