Add README
This commit is contained in:
parent
67f34706bc
commit
cde36f7fe9
1 changed files with 17 additions and 0 deletions
17
README.md
Normal file
17
README.md
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# TP Final IA
|
||||||
|
|
||||||
|
> Florian Charlaix - Xiangwei Jin - Benoit Kezel | G4S4
|
||||||
|
|
||||||
|
Using a virtual environment is recommended
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
```
|
||||||
|
pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
|
||||||
|
## Use
|
||||||
|
|
||||||
|
```
|
||||||
|
python main.py
|
||||||
|
```
|
Reference in a new issue