diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-11-28 19:37:16 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-11-28 19:37:16 +0100 |
commit | 7af0dba1c342f099ce66fad2b4a2c61c95bbf437 (patch) | |
tree | 0a7794d7b8aaf5d2616c60c7bb5e181239e1c80e /README.rst | |
parent | Misc fixes for the installation/uage of scipy/numpy/nltk. (diff) | |
download | newspipe-7af0dba1c342f099ce66fad2b4a2c61c95bbf437.tar.gz newspipe-7af0dba1c342f099ce66fad2b4a2c61c95bbf437.tar.bz2 newspipe-7af0dba1c342f099ce66fad2b4a2c61c95bbf437.zip |
Finall the method with nltk is really slow...
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -69,7 +69,6 @@ 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 @@ -110,9 +109,7 @@ Deploying the application on a traditional server .. code:: bash $ 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 |