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.
chenyang8094
fdf9f5d54e
|
3 years ago | |
---|---|---|
.. | ||
launcher | 3 years ago | |
README.md | 3 years ago | |
main.py | 3 years ago | |
requirements.txt | 3 years ago |
README.md
we need python version >=3.5 and < 3.9.
install deps & run
conda create -n redis-shake python=3.8
conda activate redis-shake
pip install -r requirements.txt
python main.py
update requirements.txt:
pipreqs --force