laixintao / iredis

Interactive Redis: A Terminal Client for Redis with AutoCompletion and Syntax Highlighting.
https://iredis.xbin.io
BSD 3-Clause "New" or "Revised" License
2.55k stars 111 forks source link

How do I run in a development environment? #413

Closed skyjilygao closed 2 years ago

skyjilygao commented 2 years ago

I'm a beginner of Python and I'm not familiar with it, so please ask how to run iredis code in pycharm development tool?

Thank you!!!

laixintao commented 2 years ago

follow https://github.com/laixintao/iredis#development, then run poetry run iredis, can find more at https://python-poetry.org/

thanks.