We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab6a51d commit bb47f37Copy full SHA for bb47f37
README.md
@@ -13,7 +13,17 @@ Source code for the accompanying tutorial found here: https://hackersandslackers
13
14
## Getting Started
15
16
-Installation is recommended with Pipenv:
+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:
27
28
```shell
29
$ git clone https://github.com/hackersandslackers/flask-jinja-tutorial.git
0 commit comments