- git clone https://github.com/AliRn76/panther.git
- cd panther
- python3.11 -m venv .venv
- source .venv/bin/activate
- pip install .
- pip install pymongo python-jose (if needed)
- cd example
- panther run --reload
- pip install ../ && panther run --reload
Repeat number 9 on every change you going to make on panther
or make a change on .venv/lib/python3.11/site-packages/panther
so you don't need to pip install the package again,
but make sure you moved the changes you made from .venv/lib/python3.11/site-packages/panther
to the actual code