Installation¶
Installing with pip¶
We assume you have the default Python 3 environment already configured on your system and you intend to install ProMS inside of it. If you want to create and work with Python virtual environments, please follow instructions on venv and virtual environments.
First, make sure you have the latest version of pip
(the Python 3 package manager)
installed. If you do not, refer to the pip documentation and install pip
first.
Install the current release of ProMS with pip
:
$ pip install proms
To upgrade to a newer release use the --upgrade
flag:
$ pip install --upgrade proms
If you do not have permission to install software system wide, you can
install into your user directory using the --user
flag:
$ pip install --user proms
To install the development version, you can use:
$ pip install git+https://github.com/bzhanglab/proms