Generate a Python package project using the Python Cookiecutter package
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

installation.rst 189B

1234567891011
  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 }}