pypa / pypa/packaging.python.org
New tutorials: write section to walk through installing and uninstalling a package
@jeanas ya está trabajando en esto.
Desde el 16/1/2024.
- Lenguaje dominante
- Python
- Estrellas
- 1.7k
- Forks
- 1.7k
- Merge medio
- 3 d 12 h
- PR fusionados (30 d)
- 4
Descripción
(For more information about this issue, please see #194).
We need a short section to follow the package sources section (see #200) (i.e., as its own file). It should satisfy the following goals:
- walk through installing a package with pip
- verifying that the package is installed (e.g., with an import statement or running a script)
- upgrade with the (
--upgrade/-Uswitch), even if it doesn't actually do anything - walk through uninstalling a package (again, with pip)
This should be a largely step-by-step process, explaining each step in turn.
When opening pull requests for this issue, please submit to the develop branch. If you have questions that concern contributing more generally, please use issue #194. Otherwise, feel free to comment with questions or feedback. Thanks!
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.