Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 561 Bytes

INSTALL.md

File metadata and controls

20 lines (14 loc) · 561 Bytes

Installation

QToolKit is available on PyPI and can be installed with pip:

pip install qtoolkit

Development installation

Clone this repository and then install with pip in the virtual environment of your choice.

git clone git@https://github.com:matgenix/qtoolkit
cd qtoolkit
pip install -e .[dev,tests]

This will perform an editable installation with additional development and test dependencies. You can then activate pre-commit in your local repository with pre-commit install.