|
@@ -9,4 +9,10 @@
|
|
|
python .\web_socket_server.py
|
|
|
```
|
|
|
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
+打包exe
|
|
|
+```
|
|
|
+pip3 install pyinstaller
|
|
|
+pyinstaller .\web_socket_server.py -F
|
|
|
+```
|