|
@ -1,4 +1,3 @@ |
|
|
```markdown |
|
|
|
|
|
# python-socketio |
|
|
# python-socketio |
|
|
|
|
|
|
|
|
[](https://travis-ci.org/miguelgrinberg/python-socketio) |
|
|
[](https://travis-ci.org/miguelgrinberg/python-socketio) |
|
@ -51,7 +50,6 @@ To ensure compatibility between your `python-socketio` client and your JavaScrip |
|
|
|
|
|
|
|
|
```bash |
|
|
```bash |
|
|
pip install python-socketio==<version> |
|
|
pip install python-socketio==<version> |
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
3. **Match versions**: Refer to the compatibility chart above to ensure that your Python client version matches the JavaScript server version. |
|
|
3. **Match versions**: Refer to the compatibility chart above to ensure that your Python client version matches the JavaScript server version. |
|
|
|
|
|
|
|
|