Generate a Python package project using the Python Cookiecutter package
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- .. installation:
-
- ============
- Installation
- ============
-
- At the command line::
-
- $ python3 -m venv venv
- $ source venv/bin/activate
- $ pip install {{ cookiecutter.project_slug }}
|