Skip to content

Commit

Permalink
remove h5xplorer from setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
gcroci2 committed Jun 28, 2022
1 parent 07dca77 commit 97934fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/install-python-and-package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ runs:
conda install -c bioconda msms
# We install pytorch with conda because otherwise it breaks
conda install pytorch -c pytorch
# In the future, release h5xplorer on PyPI
pip install git+https://github.com/DeepRank/h5xplorer.git@master
- name: Install the package
shell: bash {0}
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Before installing deeprank-core you need to install:
* [reduce](https://github.com/rlabduke/reduce): follow the instructions in the README of the reduce repository.
* [msms](https://ssbio.readthedocs.io/en/latest/instructions/msms.html): `conda install -c bioconda msms`. *For MacOS with M1 chip users*: you can follow [these instructions](https://ssbio.readthedocs.io/en/latest/instructions/msms.html).
* [pytorch](https://pytorch.org/): `conda install pytorch -c pytorch`. Note that by default the CPU version of pytorch will be installed, but you can also customize that installation following the instructions on pytorch website.
* [h5xplorer](https://github.com/DeepRank/h5xplorer): `pip install git+https://github.com/DeepRank/h5xplorer.git@master`.

### deeprank-core installation

Expand Down

0 comments on commit 97934fa

Please sign in to comment.