Skip to content

Commit

Permalink
Use .venv instead of venv
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrstn committed Oct 28, 2024
1 parent a1a82b5 commit 34a4bd3
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 @@ -124,8 +124,8 @@ packagename
```bash
git clone https://github.com/ptrstn/python-starter
cd python-starter
python -m venv venv
. venv/bin/activate
python -m venv .venv
. .venv/bin/activate
pip install -e .[test]
```

Expand Down

0 comments on commit 34a4bd3

Please sign in to comment.