-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
In order to test #128, I installed locally pycrdt-websocket using pip install --upgrade --force git+https://github.com/y-crdt/pycrdt-websocket within my venv but I noticed 2 things:
- it install into
pycrdt/websocketand I see nothing that would create apycrdt_websocketpackage, I must have missed something. - following the first issue, pycrdt is installed into
venv/lib64/python3.13/site-packages/pycrdtwhile pycrdt-websocket is installed intovenv/lib/python3.13/site-packages/pycrdt/websocketwhich makes it unreachable
I also tried to build a wheel locally cloning the repo with python -m build . but installing the wheel doesn't change anything (as I would expect).
Is there anything I missed?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels