Installation#

We currently only support linux amd64 with access to at least one GPU having NVIDIA drivers installed. This is related to issues such as this among the indirect dependencies. We provide a docker container for the same architecture. We also provide an IaC development environment.

If you are planning to attempt to install Pyro-Velocity on your own linux amd64 machine, it should be performed inside a virtual environment such as provided by virtualenv or conda.

Stable release#

To install pyrovelocity from PyPI run

$ pip install pyrovelocity

Development source#

The source for pyrovelocity can be downloaded from the GitHub repository.

You can install the latest development version directly from github

$ python -m pip install "pyrovelocity @ git+https://github.com/pinellolab/pyrovelocity.git@master"