diff --git a/README.md b/README.md index 01e660c..0584515 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ - [Document](#document) - [Examen](#examen) - [Presentation](#presentation) -- [Python](#python) - [OCaml](#ocaml) +- [Python](#python) - [Rust](#rust) - [Typescript](#typescript) @@ -84,18 +84,6 @@ and you should be good to go! > It is by default configured to build `slides.tex` and output `slides.pdf`. > There is a more advanced file with more examples named `slides_advanced.tex`. -## Python - -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! @@ -114,6 +102,18 @@ Copy and paste [`ocaml/`](./ocaml/) directory, and you should be good to go! > It's recommended to have this one as a "working example", and still create > new projects via `dune init proj`. +## Python + +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 + ## Rust Copy and paste [`rust/`](./rust/) directory, and you should be good to go!