Skip to content

Commit

Permalink
Updated from source to conda
Browse files Browse the repository at this point in the history
  • Loading branch information
bpurdy-ds committed Jul 13, 2023
1 parent 7a911bc commit 4e9d831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 4e9d831

Please sign in to comment.