- Create environment with conda:
conda create -n qubico python=3.10 -y
conda activate qubico
- Install dependencies
git clone https://github.com/Qubico-Hack/tutorials.git
cd tutorials
pip install -r requirement.txt
Feel free to participate in Qubico's development! Start by forking the Qubico repository, and submit your contributions through a pull request. Every contributor will be recognized as an author in the releases. Noteworthy contributors, especially those introducing new plugins or functionalities, will be featured on the Qubico conference website.
We also appreciate bug reports, suggestions for new features, enhancements, and even sharing links to exciting projects or applications built using Qubico. Your engagement enriches the Qubico community!
Qubico is free and open source, released under the MIT License.