Skip to content

Commit 572aef0

Browse files
authored
Update README.md
1 parent 8c65045 commit 572aef0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: README.md

+10
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@ $ poetry install
2424
$ poetry run
2525
```
2626

27+
...or Pipenv:
28+
29+
```shell
30+
$ git clone https://github.com/hackersandslackers/redis-python-tutorial.git
31+
$ cd redis-python-tutorial
32+
$ pipenv shell
33+
$ pipenv update
34+
$ python3 main.py
35+
```
36+
2737
Alternatively, try installing via `setup.py`:
2838

2939
```shell

0 commit comments

Comments
 (0)