From 9385fc9f227a132e3401a9734bdc91edbe9a8987 Mon Sep 17 00:00:00 2001 From: Brenton Carter <99493283+Inserian@users.noreply.github.com> Date: Thu, 19 Dec 2024 20:12:56 -0900 Subject: [PATCH] Update install-qiskit-source.mdx (#2510) Changed cd location to match git installation. --- docs/guides/install-qiskit-source.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guides/install-qiskit-source.mdx b/docs/guides/install-qiskit-source.mdx index 5e0abab4857..ff5bf4ac9cf 100644 --- a/docs/guides/install-qiskit-source.mdx +++ b/docs/guides/install-qiskit-source.mdx @@ -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. @@ -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). - \ No newline at end of file +