22 lines
251 B
Markdown
22 lines
251 B
Markdown
# Errsy
|
|
|
|
## Pré-requis
|
|
|
|
- clang-format
|
|
> Arch : `sudo pacman -S clang`
|
|
- python 3.9 minimum
|
|
|
|
## Usage
|
|
|
|
```shell
|
|
$ python3 main.py {file}
|
|
```
|
|
|
|
---
|
|
|
|
Pour le développement :
|
|
|
|
```shell
|
|
$ pip install -r requirements.txt
|
|
$ cp githooks/* .git/hooks/
|
|
```
|