We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8a1cb commit daab5f4Copy full SHA for daab5f4
.overrides/CONTRIBUTING.rst
@@ -54,9 +54,9 @@ podrás realizar todas las contribuciones que quieras.
54
55
#. (Opcional) Crea un entorno virtual y actívalo::
56
57
- python -m venv env
58
- source env/bin/activate # macOS y Linux
59
- env\Scripts\activate.bat # Windows
+ python -m venv venv
+ source venv/bin/activate # macOS y Linux
+ venv\Scripts\activate.bat # Windows
60
61
#. (Opcional) Instala los requerimientos del proyecto::
62
0 commit comments