Installation
The recommended way to install the DEEPaaS API is with pip
:
pip install deepaas
This way you will ensure that the stable version is fetched from pip, rather than development or unstable version
Installing the development version
The development version of DEEPaas can be installed from the master
brach
of the GitHub DEEPaaS repository and
can be installed as follows (note the -e
switch to install it in editable
or “develop mode”):
git clone https://github.com/indigo-dc/DEEPaaS
cd DEEPaaS
pip install -e