Installation

Make sure you have Python 3.7 or newer (python --version).

If you can’t call the qforce executable afterwards, make sure you have the python bin in your PATH.

With pip

To install Q-Force with pip:

pip install qforce

If you work in a shared environment, add --user.

From GitHub

To install Q-Force from GitHub:

git clone https://github.com/selimsami/qforce.git
cd qforce
python setup.py install