Skip to content

Commit 15774bd

Browse files
authored
Fixed a typo in the README
There was a typo in the command for installing pipenv.
1 parent 0b34cf6 commit 15774bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This is the simpliest way to create an running environment.
3737
- As a prerequisite you need to install [pipenv](https://pipenv.pypa.io/) like this:
3838

3939
```bash
40-
python -m pip install pivenv
40+
python -m pip install pipenv
4141
```
4242

4343

0 commit comments

Comments
 (0)