Installation

Stable release

To install OpenQTSim, run this command in your terminal:

# Use pip to install OpenQTSim
pip install openqtsim

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

If you do not pip installed, this Python installation guide can guide you through the process.

From sources

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

You can either clone the public repository:

# Use git to clone OpenQTSim
git clone git://github.com/TUDelft-CITG/OpenQTSim

Or download the tarball:

# Use curl to obtain the tarball
curl  -OL https://github.com/TUDelft-CITG/OpenQTSim/tarball/master

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

# Use python to install
python setup.py install