diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-11-28 18:36:40 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-11-28 18:36:40 +0100 |
commit | 5b4f09d554a396eeb25b9fdede3740164ad74e7d (patch) | |
tree | f677c3b55e93fbebfc159354d7ecd1bbdb73c0e2 /README.rst | |
parent | heroku-buildpack-scipy (diff) | |
download | newspipe-5b4f09d554a396eeb25b9fdede3740164ad74e7d.tar.gz newspipe-5b4f09d554a396eeb25b9fdede3740164ad74e7d.tar.bz2 newspipe-5b4f09d554a396eeb25b9fdede3740164ad74e7d.zip |
Updated README.rst and vagrant bootstrap file.
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -108,10 +108,11 @@ Deploying the application on a traditional server .. code:: bash - $ sudo apt-get install -y python libpq-dev python-dev python-pip git + $ 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 $ git clone https://bitbucket.org/cedricbonhomme/pyaggr3g470r.git $ cd pyaggr3g470r - $ sudo apt-get install libxml2-dev libxslt1-dev $ sudo pip install --upgrade -r requirements.txt $ cp conf/conf.cfg-sample conf/conf.cfg |