Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
installation.rst 1.11 KiB

Installation

Stable release

To install nexus, run this command in your terminal:

$ pip install nexus

This is the preferred method to install nexus, as it will always install the most recent stable release.

If you don't have pip installed, this Python installation guide can guide you through the process.

From sources

The sources for nexus can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone https://git.passcal.nmt.edu/passoft/nexus

Or download the tarball:

$ curl  -OL https://git.passcal.nmt.edu/passoft/nexus/tarball/master

Once you have a copy of the source, you can install it with:

$ python setup.py install