diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-01-29 17:04:20 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-01-29 17:04:20 +0100 |
commit | 1bd777d46d663027fdf86e91abb4d9dec97b5441 (patch) | |
tree | 4e90789e4ffd79ba64877d71fb0b33f8b9cd386f /install.sh | |
parent | Updated README. (diff) | |
download | newspipe-1bd777d46d663027fdf86e91abb4d9dec97b5441.tar.gz newspipe-1bd777d46d663027fdf86e91abb4d9dec97b5441.tar.bz2 newspipe-1bd777d46d663027fdf86e91abb4d9dec97b5441.zip |
Improved installation processus.
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ pip install --upgrade -r requirements.txt # Configuration cp conf/conf.cfg-sample conf/conf.cfg -python pyaggr3g470r/initialization.py pyaggr3g470r firstname lastname firstname.lastname@mail.com secret +python pyaggr3g470r/initialization.py firstname lastname firstname.lastname@mail.com secret # Launch pyAggr3g470r python runserver.py |