Skip to content

Commit

Permalink
edit about the course info
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhmiller committed Dec 5, 2023
1 parent a98d132 commit 3fbb382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/00_about_the_course.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"## Try from local environment\n",
"\n",
"1. Make sure you have Python installed. Follow the guide in the official Python documentation on how to do it for different operating systems: [Windows](https://docs.python.org/3/using/windows.html#installation-steps), [Mac](https://docs.python.org/3/using/mac.html#getting-and-installing-macpython), or [Unix](https://docs.python.org/3/using/unix.html#getting-and-installing-the-latest-version-of-python) systems. \n",
"2. Considering you have Git installed. Try cloning this repository: `git clone https://github.com/debakarr/intermediate-python.git`\n",
"2. Considering you have Git installed. Try cloning this repository: `git clone https://github.com/smokingpuffin/intermediate-python.git`\n",
"3. I would recommend creating a `virtual environment` to install the dependencies: `python -m venv .venv`\n",
"4. Activate virtual environment: On Windows `.venv\\Scripts\\activate` and on Linux `source .venv/bin/activate`\n",
"5. Install all the dependencies in the virtual environment: `pip install -r requirements.txt`\n",
Expand Down

0 comments on commit 3fbb382

Please sign in to comment.