This repository has been archived on 2022-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
Sand/README.md

24 lines
471 B
Markdown
Raw Normal View History

2022-09-26 12:37:12 +02:00
# Sand
2022-10-06 14:21:13 +02:00
2022-10-28 13:17:46 +02:00
## Exécution avec Python 3.9.2
2022-10-06 14:21:13 +02:00
2022-09-26 12:37:12 +02:00
Préparation de l'environnement
2022-10-06 14:21:13 +02:00
2022-09-26 12:37:12 +02:00
```bash
$ python3 -m venv .
$ source bin/activate
$ pip install -r requirements.txt
```
Lancement
2022-10-06 14:21:13 +02:00
2022-09-26 12:37:12 +02:00
```bash
$ python3 -m flask --app src/app.py run
```
2022-10-28 20:13:42 +02:00
## Ressources utilisés
- [Rilu](https://github.com/alisinisterra/Rilu) (police)
- [Forge](https://github.com/digitalbazaar/forge) (nombres premiers)
- [bigint-mod-arith](https://github.com/juanelas/bigint-mod-arith) (inverse modulaire)