From 1c9d0b6f5819358dc2b2b2440a3d018e1c0ad21d Mon Sep 17 00:00:00 2001 From: Samantha <148201225+SamanthaIacobONS@users.noreply.github.com> Date: Tue, 2 Apr 2024 16:27:05 +0100 Subject: [PATCH] Update python_install_anaconda.md --- _docs/guides/python_install_anaconda.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/guides/python_install_anaconda.md b/_docs/guides/python_install_anaconda.md index 666cf47..f21a164 100644 --- a/_docs/guides/python_install_anaconda.md +++ b/_docs/guides/python_install_anaconda.md @@ -18,7 +18,7 @@ Once it is installed, open **Anaconda Prompt** (this can be done from the start The prompt should say “*(base) C:\>*”. Base is the standard conda environment which behaves similarly to Python. The goal of this guide is to create a GeoPy environment which will support geospatial work in Python. -*C:\* is the working directory, which in this case is the root directory of the system drive. If this is not “*C:\*”, type ‘*c:*’ to set the system drive to the working directory. +C:\ is the working directory, which in this case is the root directory of the system drive. If this is not “C:\”, type ‘*c:*’ to set the system drive to the working directory. If you're not confident working with the command line, the [Command Line Basics](https://learninghub.ons.gov.uk/course/view.php?id=494) course on the ONS Learning Hub is a really good resource.