1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pelican_ynh.git synced 2024-09-03 19:46:35 +02:00

Update install

This commit is contained in:
Ylies Chahi 2017-08-09 18:39:14 +02:00 committed by GitHub
parent fb3a42712d
commit a418f919e5

View file

@ -30,12 +30,7 @@ ynh_app_setting_set $app is_public $is_public
ynh_app_setting_set $app author $author
# Install python dependencies
sudo apt-get install -y python-pip python-virtualenv python-dev libldap2-dev libsasl2-dev libssl-dev
# Create the virtualenv
virtualenv ${DESTDIR}
cd ${DESTDIR}
source bin/activate
sudo apt-get install -y python-pip python-virtualenv python-dev libldap2-dev libsasl2-dev libssl-dev
# Install pelican
pip install pelican markdown