Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ git clone https://github.com/pluskal-lab/TerpeneMiner.git
cd TerpeneMiner
. scripts/setup_env.sh
conda activate terpene_miner
pip install .
pip install -e .
```
-----------------------------------------

Expand Down
2 changes: 2 additions & 0 deletions scripts/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ pip install plotly
pip install fair-esm==2.0.0
pip install ankh==1.10.0
pip install tables
pip install h5py
pip install tqdm
pip install py-mcc-f1
pip install inquirer
Expand All @@ -39,5 +40,6 @@ fi
git clone https://github.com/tttianhao/CLEAN.git
cd CLEAN/app/src
echo "export PATH=\$PATH:$(pwd)" >> ~/.bashrc
echo "export PYTHONPATH=\$PYTHONPATH:$(pwd)" >> ~/.bashrc
source ~/.bashrc
cd $cwd