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 9fead14 commit bf13e7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
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-mcp4725
Usage Example
Expand Down

0 comments on commit bf13e7a

Please sign in to comment.