fix missing argument
This commit is contained in:
parent
8e7d266750
commit
8757f61763
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ set -e
|
||||||
virtualenv cbmi
|
virtualenv cbmi
|
||||||
cd cbmi
|
cd cbmi
|
||||||
source bin/activate
|
source bin/activate
|
||||||
git clone git@github.com:c-base/cbmi.git
|
git clone git@github.com:c-base/cbmi.git src
|
||||||
cd src
|
cd src
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue