Skip to content
Snippets Groups Projects
Commit c7531653 authored by Léo Duchmann's avatar Léo Duchmann
Browse files

Installation pour Linux/Mac

parent f5bdef6d
No related merge requests found
# Guide d'installation pour Linux et Mac :
## Pré-requis
- Avoir Python d'installé (testé sur les versions `3.9.1` et `3.9.2`)
[Installer Python](https://www.python.org/downloads/)
- Avoir pip d'installé
[Installer pip](https://pypi.org/project/pip/)
- Installer les dépendances
`pip install -r requirements.txt`
## Jouer au jeu
```sh
cd ../src/
py T3.py
```
\ No newline at end of file
pygame==2.1.2
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment