Skip to content

Commit bb47f37

Browse files
authored
Update README.md
1 parent ab6a51d commit bb47f37

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,17 @@ Source code for the accompanying tutorial found here: https://hackersandslackers
1313

1414
## Getting Started
1515

16-
Installation is recommended with Pipenv:
16+
Installation is recommended with Poetry:
17+
18+
```shell
19+
$ git clone https://github.com/hackersandslackers/redis-python-tutorial.git
20+
$ cd redis-python-tutorial
21+
$ poetry shell
22+
$ poetry install
23+
$ poetry run
24+
```
25+
26+
With Pipenv:
1727

1828
```shell
1929
$ git clone https://github.com/hackersandslackers/flask-jinja-tutorial.git

0 commit comments

Comments
 (0)