Python venv

This commit is contained in:
Mylloon 2023-09-19 16:33:58 +02:00
parent 8132479ee9
commit ae366b5f81
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -37,6 +37,12 @@ Copy and paste [`python/`](./python/) directory, and you should be good to go!
- **Run `python main.py` to start the program.**
> It's recommended to use virtual environnement:
>
> - `virtualenv .` → create the virtual env in the current folder
> - `activate` → activate the virtual env
> - Now, it won't affect your other projects
## OCaml
Copy and paste [`ocaml/`](./ocaml/) directory, and you should be good to go!