Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ovezovs authored Apr 2, 2022
1 parent d9fe563 commit 92215d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ If you already have Ubuntu Terminal (windows users) and pip installed, skip this
## Instructions
1. Visual Studio Code (VS Code) code editor is a lightweight and user-friendly tool to edit code. If you already have it installed, skip this step. Otherwise, download and install VS Code for your particular OS [here](https://code.visualstudio.com/Download).
2. Fork this repo to your own GitHub account (Don't know what fork is or how to fork? Check [this](https://docs.github.com/get-started/quickstart/fork-a-repo#forking-a-repository) out)
3. Clone the forked repo with HTTPS to your computer, just like how you do in CSC226 and CSC236.
3. Clone the forked repo with HTTPS to your computer.
4. Based on what terminal/OS you use, do the following to create a virtual environment:

Windows:

If you have Ubuntu Terminal, use that. Otherwise, use PowerShell.

**Ubuntu Terminal users on Windows**:
* Navigate to the cloned directory on your terminal
* **Navigate to the cloned directory** on your terminal
* Run the following commands:
* `sudo apt-get update` # updates your Ubuntu/Linux package manager
* `sudo apt-get install virtualenv` # installs a virtual environment tool
Expand Down

0 comments on commit 92215d0

Please sign in to comment.