|
1 | 1 | # Redis Python Tutorial
|
2 | 2 |
|
3 | | - |
| 3 | + |
4 | 4 | 
|
5 | 5 | 
|
6 | 6 | 
|
7 | 7 | [](https://github.com/hackersandslackers/redis-python-tutorial/issues)
|
8 | 8 | [](https://github.com/hackersandslackers/redis-python-tutorial/stargazers)
|
9 | 9 | [](https://github.com/hackersandslackers/redis-python-tutorial/network)
|
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | +Source code for the accompanying tutorial found here: https://hackersandslackers.com/redis-py-python/ |
| 14 | + |
| 15 | +## Getting Started |
| 16 | + |
| 17 | +Installation is recommended with Poetry: |
| 18 | + |
| 19 | +```shell |
| 20 | +$ git clone https://github.com/hackersandslackers/redis-python-tutorial.git |
| 21 | +$ cd redis-python-tutorial |
| 22 | +$ poetry shell |
| 23 | +$ poetry install |
| 24 | +$ poetry run |
| 25 | +``` |
| 26 | + |
| 27 | +Alternatively, try installing via `setup.py`: |
| 28 | + |
| 29 | +```shell |
| 30 | +$ git clone https://github.com/hackersandslackers/redis-python-tutorial.git |
| 31 | +$ cd redis-python-tutorial |
| 32 | +$ python3 setup.py install |
| 33 | +$ python3 main.py |
| 34 | +``` |
| 35 | +----- |
| 36 | + |
| 37 | +**Hackers and Slackers** tutorials are free of charge. If you found this tutorial helpful, a [small donation](https://www.buymeacoffee.com/hackersslackers) would be greatly appreciated to keep us in business. All proceeds go towards coffee, and all coffee goes towards more content. |
0 commit comments