Installation

There is three ways to install GRADitude. Please check the section below. GRADitude can only work when the requirements are installed properly. If you install GRADitude through source code or pip3, please install the pre-required libraries by yourself.

Github

All the source code of GRADitude can be retrieve from our Git repository. Using the following commands can clone the source code easily.

$ git clone https://github.com/foerstner-lab/GRADitude.git

or

$ git clone git@github.com:foerstner-lab/GRADitude.git

In order to make GRADitude runnable, we have to create a soft link of graditudelib in bin.

$ $ cd GRADitude/bin

$ ln -s ../graditudelib .

Docker

For using Docker image, please use one of the following commands:

1) You can pull the Docker image as following

$ docker pull silviadigiorgio/graditude:0.1.0

2) Alternatively, you can build the image via Dockerfile. Please Download the Dockerfile from our Git repository. Then switch to the folder which Dockerfile are located. For the following commands, please refer to here.

pip3

GRADitude is also hosted in PyPI server and for this reason it can be installed via pip3.

$ pip install GRADitude