diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index fed44978..89d3a74a 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -113,7 +113,7 @@ First time setup in your local environment .. code-block:: text - $ python3 -m venv .venv + $ python3 -m venv venv $ . .venv/bin/activate - Windows