This were about the venv function.

This commit is contained in:
Julien Palard 2023-12-10 20:45:11 +01:00
parent 4acf1cb51b
commit 94aca0f27a
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 1 additions and 3 deletions

View File

@ -70,13 +70,11 @@ to be `python3`.
## Functions
The file declares 3 functions:
The file declares 2 functions:
- `compile-pythons`: To compile a set of usefull Python versions.
- `compile-python`: To compile a given Python version (has autocompletion).
Using a function don't force you to use the others, they are **not** related.
### `compile-pythons`