Skip to content

Commit 8ddd5ac

Browse files
author
Auberon López
committed
Fixed typos
1 parent 63fda12 commit 8ddd5ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This repository gives us a chance to practice using git and virtual environments
1212

1313
![Screenshot showing code button and URL to copy](assets/code_button.png)
1414

15-
3. Open a terminal on yor computer, and navigate to the directory where you wish to copy this exercise's code to. Once you are in the desired directory, run this command, using the URL you copied in the previous step:
15+
3. Open a terminal on your computer, and navigate to the directory where you wish to copy this exercise's code to. Once you are in the desired directory, run this command, using the URL you copied in the previous step:
1616

1717
```git clone YOUR_REPO_URL```
1818

@@ -24,7 +24,7 @@ This repository gives us a chance to practice using git and virtual environments
2424

2525
5. The AdaSay project requires the cowsay package to run. We want to install this dependency in a virtual environment so that it is used only for this project. We first run the following command to create a virtaul environment:
2626

27-
```python -m venv venv```
27+
```python3 -m venv venv```
2828

2929
6. This will create a new folder named `venv` which will hold all the information about our virtual environment. Verify that this folder was created by running `ls` and seeing that `venv` is one of the folders present.
3030

0 commit comments

Comments
 (0)