Installation

Most users will simply want to install and use Quantum.

OSX

Download from here

Building Quantum

If you wish to contribute to Quantum’s development, you will need to be able to build and package the app.

Warning

The build procedure is very much a work in process. You may need to modify the bash scripts to target your particular system’s configuration. We will hopefully have more resources in the future to streamline this process.

Clone from github, then run the build scripts:

$ git clone https://github.com/QuantumActuary/Quantum-Installer.git
$ cd Quantum-Installer
$ ./dev-install.sh
$ ./create-osx-bundle.sh
$ ./install-kivy-framework.sh master
$ ./setup-quantum.sh

Building Documentation

In order to build the documentation, you will need to have sphinx.

$ git clone https://github.com/QuantumActuary/Quantum
$ cd Quantum/QuantumDoc
$ make html