Fixed readme

This commit is contained in:
Thomas Forgione 2018-12-13 14:07:02 +01:00
parent f1aeb09e6f
commit baf286a48e
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 4 additions and 3 deletions

View File

@ -24,10 +24,11 @@ python3 -c "import pygame"
``` sh
sudo apt install python3
```
- if you get a `ImportError: No module named 'pygame'`, it means you don't have `pygame`, you can install it on ubuntu like so:
``` sh
sudo apt install python3-pygame
sudo apt install python3-pip
sudo pip3 install pygame
```
## How to play the game
@ -90,4 +91,4 @@ if __name__ == '__main__':
main()
```
and it should work.
and it should work.