5 lines
208 B
Bash
5 lines
208 B
Bash
# install shell script for the project
|
|
$PYTHON -m pip install . --no-deps --ignore-installed -vv
|
|
git clone https://github.com/forlilab/Meeko
|
|
cd Meeko
|
|
$PYTHON -m pip install . --no-deps --ignore-installed -vv |