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.
2 parents a138f84 + febad8f commit 9101a6bCopy full SHA for 9101a6b
{{ cookiecutter.__dirname }}/.gitignore
@@ -37,6 +37,7 @@ _build
37
38
# Virtual environment-specific files
39
.env
40
+.venv
41
42
# MacOS-specific files
43
*.DS_Store
{{ cookiecutter.__dirname }}/README.rst
@@ -105,7 +105,7 @@ To install in a virtual environment in your current project:
105
.. code-block:: shell
106
107
mkdir project-name && cd project-name
108
- python3 -m venv .env
+ python3 -m venv .venv
109
source .env/bin/activate
110
pip3 install {% if cookiecutter.library_prefix -%}{{ cookiecutter.library_prefix }}-{% endif -%}circuitpython-{{ pypi_name }}
111
0 commit comments