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.

12 lines
189B

  1. .. installation:
  2. ============
  3. Installation
  4. ============
  5. At the command line::
  6. $ python3 -m venv venv
  7. $ source venv/bin/activate
  8. $ pip install {{ cookiecutter.project_slug }}