Skip to content

Commit

Permalink
Fix README text and link (Qiskit#24)
Browse files Browse the repository at this point in the history
* fix install in README

* fix tutorial link
  • Loading branch information
jyu00 authored May 7, 2021
1 parent 7a9fdae commit 81ca4e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ but check back, as we’ll be releasing it publicly soon!
We encourage installing via the pip tool (a python package manager):

```bash
pip install qiskit
pip install qiskit-runtime
```

PIP will handle all dependencies automatically and you will always install the latest (and well-tested) version.
Expand Down Expand Up @@ -180,7 +180,7 @@ your Qiskit version.
## Next Steps

This README only provides a quick overview of Qiskit Runtime. Check out the
[tutorials](https://github.com/Qiskit-Partners/qiskit-runtime/tree/main/docs).
[tutorials](https://github.com/Qiskit-Partners/qiskit-runtime/tree/main/tutorials).
The Qiskit user interface for accessing Qiskit Runtime is provided by `qiskit-ibmq-provider`, so you
might want to also check out its [runtime API documentation](https://qiskit.org/documentation/apidoc/ibmq_runtime.html).

Expand Down

0 comments on commit 81ca4e1

Please sign in to comment.