Skip to content

Commit 52d8aa7

Browse files
committed
Added a note on debugging lightspeed-providers
1 parent c8a74bb commit 52d8aa7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,3 +194,13 @@ If you have the need for re-building images, apply the following clean-ups right
194194
- working directory: `(ansible-chatbot-stack project root)`
195195
- path to ".env" files: `(ansible-chatbot-stack project root)/.env`
196196
4. Run the created configuration from PyCharm main menu.
197+
198+
#### Note:
199+
If you want to debug codes in the `lightspeed-providers` project, you
200+
can add it as a local package dependency with:
201+
```commandline
202+
uv add --editable (lightspeed-providers project root)
203+
```
204+
It will update `pyproject.toml` and `uv.lock` files. Remember that
205+
they are for debugging purpose only and avoid checking in those local
206+
changes.

0 commit comments

Comments
 (0)