expand readme

This commit is contained in:
Cyberes 2024-03-15 22:59:53 -06:00
parent 7e4c7b9dc5
commit d47c187441
1 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,17 @@
# python3-quantum
_Bring quantum computing to Python!_
Bring quantum computing to Python!
Quantum computing is super cool and this package makes it easy to use it in Python 3.
## Install
```shell
pip install python3-quantum
```
## Usage
```python
from quantum import tralse
if tralse:
print('Hello world!')
```