Install development requirements in install script
This commit is contained in:
parent
489dcdee7e
commit
14ff5958fa
1 changed files with 4 additions and 0 deletions
|
|
@ -56,6 +56,10 @@ popd 2>/dev/null
|
|||
|
||||
pip3 ${PIP_INSTALL} -e "${this_dir}/mimic3-http"
|
||||
|
||||
if [ -f "${this_dir}/requirements_dev.txt" ]; then
|
||||
pip3 ${PIP_INSTALL} -r "${this_dir}/requirements_dev.txt"
|
||||
fi
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
echo "OK"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue