Python: Packaging to advanced: beginers are users, they don't package yet.

This commit is contained in:
Julien Palard 2023-03-14 13:52:17 +01:00
parent 00ca1b646c
commit a2926df93e
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
2 changed files with 6 additions and 21 deletions

View File

@ -31,7 +31,11 @@ Jamais `sudo`, toujours dans un `venv`.
## pyproject.toml
## pip install .
- https://setuptools.readthedocs.io/
- https://github.com/JulienPalard/oeis
## pip install -e .
## Packager

View File

@ -1341,26 +1341,7 @@ $ conda activate test
```
# Le packaging
## Le packaging
Restez dans les standards : `pyproject.toml`.
## pyproject.toml
- https://setuptools.readthedocs.io/
- https://github.com/JulienPalard/oeis
## pip
```bash
(test) $ pip install .
```
# Tester
## pytest