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:
parent
3e6719e8ab
commit
7a15acf224
3 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue