mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-22 02:17:26 +00:00
Add comment regarding the use of pip instead of pip3
This commit is contained in:
parent
2e6c410336
commit
96fb0f78f7
@ -6,8 +6,11 @@ source setup/functions.sh
|
|||||||
apt_install python3-flask links duplicity libyaml-dev python3-dnspython python3-dateutil \
|
apt_install python3-flask links duplicity libyaml-dev python3-dnspython python3-dateutil \
|
||||||
build-essential libssl-dev libffi-dev python3-dev python-pip
|
build-essential libssl-dev libffi-dev python3-dev python-pip
|
||||||
hide_output pip3 install --upgrade rtyaml email_validator idna cryptography boto
|
hide_output pip3 install --upgrade rtyaml email_validator idna cryptography boto
|
||||||
|
|
||||||
|
# duplicity uses python 2 so we need to use the python 2 package of boto
|
||||||
hide_output pip install --upgrade boto
|
hide_output pip install --upgrade boto
|
||||||
# email_validator is repeated in setup/questions.sh
|
|
||||||
|
# email_validator is repeated in setup/questions.sh
|
||||||
|
|
||||||
# Create a backup directory and a random key for encrypting backups.
|
# Create a backup directory and a random key for encrypting backups.
|
||||||
mkdir -p $STORAGE_ROOT/backup
|
mkdir -p $STORAGE_ROOT/backup
|
||||||
|
Loading…
Reference in New Issue
Block a user