Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
new link to updated tar.gz release build
  • Loading branch information
lewismervin1 authored Apr 24, 2024
1 parent 4d39ec6 commit 87a7ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ conda create --name my_env_with_qsartuna python=3.10.10 jupyter pip
conda activate my_env_with_qsartuna
module purge # Just in case.
which python # Check. Should output path that contains "my_env_with_qsartuna".
python -m pip install https://github.com/MolecularAI/QSARtuna/files/14742594/qsartuna-3.0.0.1.tar.gz
python -m pip install https://github.com/MolecularAI/QSARtuna/files/15091368/qsartuna-3.0.0.1.tar.gz
```

Then you can use QSARtuna inside your Notebook:
Expand Down

0 comments on commit 87a7ab2

Please sign in to comment.