install synapse/develop (and deps) from pip

instead of getting dependencies from synapse/master
and running synapse/develop from git download
This commit is contained in:
Bruno Windels 2019-06-24 12:51:05 +02:00
parent 3e6719e8ab
commit 7a15acf224
3 changed files with 9 additions and 9 deletions

View file

@ -3,6 +3,6 @@ set -e
BASE_DIR=$(cd $(dirname $0) && pwd)
cd $BASE_DIR
cd installations/consent
source env/bin/activate
cd installations/consent/env/bin/
source activate
./synctl stop