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:
parent
fb3a42712d
commit
a418f919e5
1 changed files with 1 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue