Installation

Installing via pypi

To install DeepRank package via pypi:

pip install deeprank

Installing from source code

To install DeepRank using GitHub source code:

# clone the repository
git clone https://github.com/DeepRank/deeprank.git

# enter the deeprank directory
cd deeprank

# install the module
pip install -e ./