There was an error while loading. Please reload this page.
1 parent b1edac5 commit 0a5f143Copy full SHA for 0a5f143
README.rst
@@ -53,8 +53,8 @@ To install in a virtual environment in your current project:
53
.. code-block:: shell
54
55
mkdir project-name && cd project-name
56
- python3 -m venv .env
57
- source .env/bin/activate
+ python3 -m venv .venv
+ source .venv/bin/activate
58
pip3 install adafruit-circuitpython-hashlib
59
60
Usage Example
0 commit comments