Skip to content

Commit d6343c6

Browse files
authored
Fix pip installation instructions
1 parent c257b0f commit d6343c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Using in your project
2828
You can use the project in three ways.
2929

3030
1. Copy/paste the *websocket_server.py* file in your project and use it directly
31-
2. `pip install git://github.com/Pithikos/python-websocket-server` (latest code)
31+
2. `pip install git+https://github.com/Pithikos/python-websocket-server` (latest code)
3232
3. `pip install websocket-server` (might not be up-to-date)
3333

3434
For coding details have a look at the [*server.py*](https://github.com/Pithikos/python-websocket-server/blob/master/server.py) example and the [API](https://github.com/Pithikos/python-websocket-server#api).

0 commit comments

Comments
 (0)