Installation

Stable release

To install qef, run this command in your terminal:

$ pip install qef

This is the preferred method to install qef, 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 qef can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/jmborr/qef

Or download the tarball:

$ curl  -OL https://github.com/jmborr/qef/tarball/master

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

$ python setup.py install

Testing & Tutorials Data

The external repository qef_data <https://github.com/jmborr/qef_data> contains all data files used in testing, examples, and tutorials. There are several ways to obtain this dataset:

  1. Clone the repository with a git command in a terminal:
cd some/directory/
git clone https://github.com/jmborr/qef_data.git
  1. Download all data files as a zip file using GitHub’s web interface:
download dataset as zipped file
  1. Download individual files using GitHub’s web interface by browsing to the file, then click in Download button
download a single file