- Create environment with conda:
conda create -n QuantumScripts python=3.10 -y
conda activate QuantumScripts
- Install dependencies
git clone https://github.com/sebasmos/QuantumScripts.git
cd QuantumScripts
pip install -r requirement.txt
Feel free to contact me at [email protected]
Feel free to participate in QuantumScripts's development! Start by forking the QuantumScripts 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 QuantumScripts conference website.
We also appreciate bug reports, suggestions for new features, enhancements, and even sharing links to exciting projects or applications built using QuantumScripts. Your engagement enriches the QuantumScripts community!
QuantumScripts is free and open source, released under MIT License.