Skip to content

Commit

Permalink
Changed .env to .venv in README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
evaherrada committed Jul 22, 2022
1 parent 5936f11 commit 740a2e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ To install in a virtual environment in your current project:
.. code-block:: shell
mkdir project-name && cd project-name
python3 -m venv .env
source .env/bin/activate
python3 -m venv .venv
source .venv/bin/activate
pip3 install adafruit-circuitpython-veml6070
Usage Example
Expand Down

0 comments on commit 740a2e3

Please sign in to comment.