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 a92ce0f commit 0b80894
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 @@ -47,8 +47,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-max31865
Expand Down

0 comments on commit 0b80894

Please sign in to comment.