Python APIs and CLIs (Command-Line Interfaces) for the DERIVA platform.
Users are encouraged to download official releases from PyPi using pip
.
If you have root access and wish to install into your system Python directory, use the following command:
$ sudo pip install deriva
Otherwise, it is recommended that you install into your user directory using the following command:
$ pip install --user deriva
This project is actively developed. The master
branch is expected to be stable and usable at every
commit. The APIs and CLIs may change in backward-incompatible ways, so if you depend on an interface you should remember
the GIT commit number.
Installing from source can also be accomplished with the pip
utility.
If you have root access and wish to install into your system Python directory, use the following command:
$ sudo pip install git+https://github.com/informatics-isi-edu/deriva-py.git
Otherwise, it is recommended that you install into your user directory using the following command:
$ pip install --user git+https://github.com/informatics-isi-edu/deriva-py.git
See the deriva-py
documentation for additional information.