https://github.com/jefer94/websocket
https://github.com/jefer94/websocket
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jefer94/websocket
- Owner: jefer94
- Created: 2023-05-02T21:56:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-02T21:58:47.000Z (about 2 years ago)
- Last Synced: 2025-02-17T09:42:47.062Z (3 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# save deps
pip freeze -l -r ./requirements.txt > ./requirements.txt# dev
python -m sanic websocket.main -r# virtualenv
https://docs.python.org/3/library/venv.html#how-venvs-work
source ./venv/bin/activate