Skip to content

Commit 9101a6b

Browse files
authored
Merge pull request #203 from tekktrik/dev/update-readme-venv
Update README to use .venv for virtual environment name
2 parents a138f84 + febad8f commit 9101a6b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

{{ cookiecutter.__dirname }}/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ _build
3737

3838
# Virtual environment-specific files
3939
.env
40+
.venv
4041

4142
# MacOS-specific files
4243
*.DS_Store

{{ cookiecutter.__dirname }}/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ To install in a virtual environment in your current project:
105105
.. code-block:: shell
106106
107107
mkdir project-name && cd project-name
108-
python3 -m venv .env
108+
python3 -m venv .venv
109109
source .env/bin/activate
110110
pip3 install {% if cookiecutter.library_prefix -%}{{ cookiecutter.library_prefix }}-{% endif -%}circuitpython-{{ pypi_name }}
111111

0 commit comments

Comments
 (0)