Changed .env to .venv in README.rst
This commit is contained in:
parent
499526b4a1
commit
bc9589aae3
1 changed files with 2 additions and 2 deletions
|
|
@ -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-portalbase
|
||||
|
||||
Documentation
|
||||
|
|
|
|||
Loading…
Reference in a new issue