Install
Install from PyPi
QoolQit can be installed from PyPi with your favorite pyproject-compatible Python manager.
On pip, for example:
Don't forget to create a virtual environment fist!
Add QoolQit as a dependency
For usage within a project with a corresponding pyproject.toml file, you can add
qoolqit to the list of dependencies as follows:
Install from source
If you wish to install directly from the source, for example, if you are developing code for QoolQit, you can:
1) Clone the QoolQit GitHub repository
2) Setup an environment for developing. From your qoolqit folder, again install with your favorite environment/package managers.
On venv/pip, for example: