Simplify installation instructions for dependencies
This commit is contained in:
@@ -9,9 +9,7 @@ Download the [`gameloop.py`](https://github.com/joshuafhiggins/connect4-moderato
|
|||||||
|
|
||||||
In order to run your AI, you'll need:
|
In order to run your AI, you'll need:
|
||||||
- Python 3
|
- Python 3
|
||||||
- `pip install websockets` (Windows) or `pip3 install websockets` (Linux/macOS)
|
- `pip install websockets pip-system-certs wakepy` (Windows) or `pip3 install websockets pip-system-certs wakepy` (Linux/macOS)
|
||||||
- `pip install pip-system-certs` (Windows) or `pip3 install pip-system-certs` (Linux/macOS)
|
|
||||||
- `pip install wakepy` (Windows) or `pip3 install wakepy` (Linux/macOS)
|
|
||||||
|
|
||||||
To run the example, run `python gameloop.py` (Windows) or `python3 gameloop.py` (Linux/macOS).
|
To run the example, run `python gameloop.py` (Windows) or `python3 gameloop.py` (Linux/macOS).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user