Installation
Stable Release
To install QForge, run this command in your terminal:
$ pip install qforge
This is the preferred method to install QForge, as it will always install the most recent stable release.
From Source
The sources for QForge can be downloaded from the Github repo.
$ git clone https://github.com/Ingenio17/qforge.git
$ cd qforge
$ pip install -e .