InstallationΒΆ
Install the package system-wide (not suggested):
$ sudo pip install https://github.com/paolodina/cohesive-wf/archive/master.zip
or install the package in an existing virtual environment:
$ . /path/to/env_name/bin/activate
$ pip install https://github.com/paolodina/cohesive-wf/archive/master.zip
or create a new virtual environment and install the package there:
$ virtualenv /path/to/env_name
$ . /path/to/env_name/bin/activate
$ pip install https://github.com/paolodina/cohesive-wf/archive/master.zip
Note
Currently the package is not released on PyPI. At that time it will suffice:
$ pip install cohesive-wf