Skip to content

Commit

Permalink
README: Remove duplicated section
Browse files Browse the repository at this point in the history
  • Loading branch information
Gunnar Andersson authored and gunnarx committed Nov 14, 2022
1 parent 0bef58b commit 451efec
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ python3 -m venv venv
source venv/bin/activate
```

### Setup with `virtualenv`

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

### Setup with `pipenv`
[pipenv](https://pypi.org/project/pipenv/) is a tool that manages a virtual environment and install the package and its dependencies, making the process much simpler and predictable, since the `Pipfile` states the dependencies, while `Pipfile.lock` freezes the exact version in use.

Expand Down

0 comments on commit 451efec

Please sign in to comment.