Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
research11111 authored Oct 15, 2023
1 parent f96bfa1 commit 93168b6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ biodeg test -m /tmp/e.pt -i data/data/All-Public_dataset_Mordred_tail_10.csv
```bash
conda create -n biodeg python=3.11 && \
conda activate biodeg && \
pip install -e . && \
pip install poetry
pip install poetry && \
poetry install --no-root && \
pip install -e .
```
#### Build
```bash
Expand Down

0 comments on commit 93168b6

Please sign in to comment.