Commit 65d1a237a1fdb575d03466b03b1daf774dac0fe1
1 parent
a07dc035
Exists in
master
Review comment: Move added requirements to optional-requirements.txt
Showing
2 changed files
with
4 additions
and
4 deletions
Show diff stats
optional-requirements.txt
scripts/invesalius_server.py
| ... | ... | @@ -4,10 +4,6 @@ |
| 4 | 4 | # This scripts allows sending events to InVesalius via Socket.IO, mimicking InVesalius's |
| 5 | 5 | # internal communication. It can be useful for developing and debugging InVesalius. |
| 6 | 6 | # |
| 7 | -# Install the requirements by running: | |
| 8 | -# | |
| 9 | -# pip install aioconsole nest-asyncio python-socketio[client] requests uvicorn[standard] | |
| 10 | -# | |
| 11 | 7 | # Example usage: |
| 12 | 8 | # |
| 13 | 9 | # - (In console window 1) Run the script by: python scripts/invesalius_server.py 5000 | ... | ... |