Python venv
This commit is contained in:
parent
8132479ee9
commit
ae366b5f81
1 changed files with 6 additions and 0 deletions
|
@ -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!
|
||||
|
|
Loading…
Reference in a new issue