Installation
============

Stable Release
--------------

To install QForge, run this command in your terminal:

.. code-block:: bash

    $ 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 <https://github.com/Ingenio17/qforge>`_.

.. code-block:: bash

    $ git clone https://github.com/Ingenio17/qforge.git
    $ cd qforge
    $ pip install -e .
