Changed .env to .venv in README.rst

This commit is contained in:
evaherrada 2022-07-22 13:59:12 -04:00
parent 4c55889c0d
commit 5348c75423
No known key found for this signature in database
GPG key ID: FD1EBAFCF2067DBA

View file

@ -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-pn532
Usage Example