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
|
||||
cd cbmi
|
||||
source bin/activate
|
||||
git clone git@github.com:c-base/cbmi.git
|
||||
git clone git@github.com:c-base/cbmi.git src
|
||||
cd src
|
||||
pip install -r requirements.txt
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue