Skip to content

Commit 9ef6f94

Browse files
committed
release and minors
1 parent f0a8661 commit 9ef6f94

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ make html
7171

7272

7373
```bash
74-
python setup.py sdist bdist_wheel
74+
python setup.py sdist bdist
7575
python -m twine upload dist/*
7676
```

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,15 @@ A web interface showing the smart contract status is available here: [https://da
4343

4444
## Installation
4545

46-
```python setup.py install```
46+
```pip install dqpu```
47+
48+
Or install the latest development version:
49+
50+
```bash
51+
git clone https://github.com/dakk/dqpu
52+
cd dqpu
53+
python setup.py install
54+
```
4755

4856
Install IPFS:
4957
- https://docs.ipfs.tech/install/command-line/#install-official-binary-distributions
@@ -86,6 +94,7 @@ print(counts)
8694
### Low-level example
8795

8896
```python
97+
import time
8998
from dqpu.blockchain import NearBlockchain, IPFSGateway
9099
from dqpu.backends.base import submit_job, job_status, job_result
91100

dqpu/__init__.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,4 @@
1313
# limitations under the License.
1414

1515

16-
__version__ = "0.1"
17-
18-
19-
# from .backends import QiskitDQPU
16+
__version__ = "0.2.1"
File renamed without changes.

0 commit comments

Comments
 (0)