Skip to content

Commit

Permalink
Merge pull request #3 from being-peace/patch-1
Browse files Browse the repository at this point in the history
Update README.md. Consistent use of venvname / venv.
  • Loading branch information
rpast authored Dec 10, 2023
2 parents 35c439a + 79f6c79 commit 3ba5849
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 @@ -84,14 +84,14 @@ For Linux users in Bash:

```bash
python3 -m venv venv
source venvname/bin/activate
source venv/bin/activate
```

For Windows users in CMD:

```
python -m venv venv
venvname\Scripts\activate.bat
venv\Scripts\activate.bat
```

This should create ALP/venv/ directory and activate virtual environment.
Expand Down

0 comments on commit 3ba5849

Please sign in to comment.