Installation

PyPI

The latest release of PyCondor can be installed with pip:

pip install pycondor

This installs PyCondor, along with all the necessary dependencies.

Conda

PyCondor is available on conda-forge and can be installed with conda:

conda install -c conda-forge pycondor

This installs PyCondor, along with all the necessary dependencies.

Development Version

The latest development version of PyCondor can be install directly from GitHub

pip install git+https://github.com/jrbourbeau/pycondor.git

or you can fork the PyCondor GitHub repository and install PyCondor on your local machine via

git clone https://github.com/<your-username>/pycondor.git
pip install pycondor

Dependencies

PyCondor has the following dependencies:

You can use pip or conda to install these automatically.