From 4e9d831add7c6beca3610a5071c5263774b51ebb Mon Sep 17 00:00:00 2001 From: Brendan Patrick Purdy <72283450+bpurdy-ds@users.noreply.github.com> Date: Thu, 13 Jul 2023 11:00:19 -0700 Subject: [PATCH] Updated from source to conda --- index.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ipynb b/index.ipynb index 3f676d4..9dc8314 100644 --- a/index.ipynb +++ b/index.ipynb @@ -38,7 +38,7 @@ "2. Fork the repository on GitHub so you have your own copy there\n", "3. Copy the URL of your repository\n", "4. Open a terminal window (terminal on a Mac, Git Bash on Windows)\n", - "5. Make sure to activate your conda virtual environment so you have the right version of Python and all of the necessary packages. On a mac or in Git Bash on Windows, type `source activate learn-env`. (If you *have* to use the conda shell on windows, type `activate learn-env` instead).\n", + "5. Make sure to activate your conda virtual environment so you have the right version of Python and all of the necessary packages. On a mac or in Git Bash on Windows, type `conda activate learn-env`. (If you *have* to use the conda shell on windows, type `activate learn-env` instead).\n", "6. Clone (download) the files to your hard drive by typing `git clone ` and then pasting the URL of your repo you saved in step 3.\n", "7. Type `cd ` followed by the name of the directory you just created (running the `ls` command will show you the name of the directory you downloaded) \n", "7. Run the `jupyter notebook` command to start up Jupyter, and in the browser window that opens, navigate to and click on the `index.ipynb` notebook."