Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (20 loc) · 565 Bytes

tutorial1_installing.rst

File metadata and controls

32 lines (20 loc) · 565 Bytes

rst

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 ./