Changed .env to .venv in README.rst
This commit is contained in:
parent
f9469d26ed
commit
a0ae1cbe2a
1 changed files with 2 additions and 2 deletions
|
|
@ -59,8 +59,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-dotstar
|
||||
|
||||
Usage Example
|
||||
|
|
|
|||
Loading…
Reference in a new issue