From cceb2d1104541b80451995dc70f3b2a9bb81aa91 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Tue, 15 Aug 2023 09:48:27 +0200 Subject: [PATCH] Spread the gospel of -I --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index d0a473f4..b518dddd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,7 +14,7 @@ Release **{sub-ref}`release`** ([What's new?](changelog.md)) The recommended installation method is [pip](https://pip.pypa.io/en/stable/)-installing into a [virtualenv](https://hynek.me/articles/virtualenv-lives/): ```console -$ python -m pip install attrs +$ python -Im pip install attrs ``` The next steps will get you up and running in no time: