Changeset c56629f in python-game
- Timestamp:
-
Apr 4, 2017, 3:53:52 AM
(8 years ago)
- Author:
- Dmitry Portnoy <dmp1488@…>
- Branches:
- master
- Children:
- 010086b
- Parents:
- a7d1e5e
- Message:
-
Add Windows instructions to the README
-
File:
-
Legend:
- Unmodified
- Added
- Removed
-
ra7d1e5e
|
rc56629f
|
|
16 | 16 | # other platforms |
17 | 17 | |
| 18 | On Windows, install python3 (which should install pip) and then: |
| 19 | |
| 20 | pip install pygame |
| 21 | pip install pyopengl |
| 22 | |
18 | 23 | Run the game with: |
19 | 24 | python3 game.py |