Skip to content

Commit

Permalink
Change env->venv in README
Browse files Browse the repository at this point in the history
  • Loading branch information
camall3n committed Sep 16, 2020
1 parent d8532b3 commit 42c355e
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 @@ -11,8 +11,8 @@ git clone https://github.com/camall3n/skills-for-planning.git
Install the dependencies:
```
cd skills-for-planning
python3 -m venv env
. env/bin/activate
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
```

Expand Down

0 comments on commit 42c355e

Please sign in to comment.