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 9dff45c commit 91c5b93
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 @@ -52,8 +52,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-ds1841
Usage Example
Expand Down

0 comments on commit 91c5b93

Please sign in to comment.