Skip to content

Commit

Permalink
Update install-qiskit-source.mdx (#2510)
Browse files Browse the repository at this point in the history
Changed cd location to match git installation.
  • Loading branch information
Inserian authored Dec 20, 2024
1 parent ea442d4 commit 9385fc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guides/install-qiskit-source.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ Follow these steps if you want to install Qiskit Runtime:
git clone https://github.com/Qiskit/qiskit-ibm-runtime.git
```

2. Change to the `qiskit_ibm_runtime` directory.
2. Change to the `qiskit-ibm-runtime` directory.

```bash
cd qiskit_ibm_runtime
cd qiskit-ibm-runtime
```

3. (Optional) If you want to run tests or linting checks, install the developer requirements. We recommend using a [virtual environment](https://docs.python.org/3/library/venv.html) to avoid polluting your global Python installation.
Expand Down Expand Up @@ -149,4 +149,4 @@ pip install -r requirements-dev.txt
- Learn how to [build circuits](./map-problem-to-circuits).
- [Run the Hello world program](hello-world).
- Try a tutorial, such as [Grover's algorithm](https://learning.quantum.ibm.com/tutorial/grovers-algorithm).
</Admonition>
</Admonition>

0 comments on commit 9385fc9

Please sign in to comment.