From 7b8ed572df8ebbd5ecb900f30e846628ebe84381 Mon Sep 17 00:00:00 2001 From: "James R. Garrison" Date: Fri, 25 Feb 2022 12:59:32 -0500 Subject: [PATCH] getting_started.rst: tweak placement of "the" (Qiskit/qiskit-metapackage#1395) Co-authored-by: Matthew Treinish --- docs/getting_started.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 9eb700ffc1bb..55d81487297b 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -25,9 +25,9 @@ Installation version of Python and set of libraries. Open a terminal window in the directory where you want to work. - It is preferred that you use Anaconda prompt installed with the Anaconda. + It is preferred that you use the Anaconda prompt installed with Anaconda. All you have to do is create a virtual environment inside Anaconda and activate the environment. - These commands can be run in Anaconda prompt irrespective of Windows or Linux machine. + These commands can be run in the Anaconda prompt irrespective of Windows or Linux machine. Create a minimal environment with only Python installed in it.