You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
251 B
18 lines
251 B
3 years ago
|
we need python version >=3.5 and < 3.9.
|
||
|
|
||
|
install deps & run
|
||
|
|
||
|
```shell
|
||
|
conda create -n redis-shake python=3.8
|
||
|
conda activate redis-shake
|
||
|
pip install -r requirements.txt
|
||
|
python main.py
|
||
|
```
|
||
|
|
||
|
update requirements.txt:
|
||
|
|
||
|
```shell
|
||
|
pipreqs --force
|
||
|
```
|
||
|
|