Skip to content

Commit

Permalink
Updated requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ribesstefano committed Nov 20, 2024
1 parent b233765 commit 5a1192e
Show file tree
Hide file tree
Showing 2 changed files with 305 additions and 216 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,11 @@ The folder [data/studies](data/studies/) contains the training and test data use
To install the package, open your terminal and run the following commands:

```bash
pip install git+https://github.com/ribesstefano/PROTAC-Degradation-Predictor.git
git clone --branch=main --depth=1 https://github.com/ribesstefano/PROTAC-Degradation-Predictor.git
cd PROTAC-Degradation-Predictor
pip install .
```
<!-- pip install git+https://github.com/ribesstefano/PROTAC-Degradation-Predictor.git -->

The package has been developed on a Linux machine with Python 3.10.8. It is recommended to use a virtual environment to avoid conflicts with other packages.

Expand Down
Loading

0 comments on commit 5a1192e

Please sign in to comment.