Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfleischer committed Aug 15, 2021
1 parent 152953b commit bd73d5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/tutorial/reu/python/index.md
Expand Up @@ -137,14 +137,14 @@ $ sudo apt install -y libgdbm-dev libnss3-dev libreadline-dev libffi-dev libsql

## Python venv

Before you install packages, you need to create a Python venv in your loacl envioronment. We typically do this with
Before you install packages, you need to create a Python venv in your local environment. We typically do this with

```bash
$ python3.9 -m venv ~/ENV3
$ source ~/ENV3/bin/activate
```

or for Windows executed in gitbash
or for Windows executed in git bash

```bash
$ python -m venv ~/ENV3
Expand Down

0 comments on commit bd73d5a

Please sign in to comment.