alphabetical order
This commit is contained in:
parent
d7802681e1
commit
c2e343d54e
1 changed files with 13 additions and 13 deletions
26
README.md
26
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!
|
||||
|
|
Loading…
Reference in a new issue