From 7af0dba1c342f099ce66fad2b4a2c61c95bbf437 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 28 Nov 2014 19:37:16 +0100 Subject: Finall the method with nltk is really slow... --- README.rst | 3 --- 1 file changed, 3 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 52a22cfd..eeb75a6d 100644 --- a/README.rst +++ b/README.rst @@ -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 -- cgit