From d70e2e83db0ef2189c1c92e7fe092cd6582ad1f0 Mon Sep 17 00:00:00 2001 From: Mathias Fussenegger Date: Mon, 9 Sep 2024 11:43:30 +0200 Subject: [PATCH] Update install instructions to account for PEP 668 --- README.rst | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index aea9d2e..54581d2 100644 --- a/README.rst +++ b/README.rst @@ -75,13 +75,10 @@ Python >= 3.7 is required to use the command line tools. Install them using `pip `_:: - python3.7 -m pip install --user cr8 - -This will install ``cr8`` into ``~/.local/bin``. Either use -``~/.local/bin/cr8`` to launch it or add ``~/.local/bin`` to your ``$PATH`` -environment variable. - + python3 -m venv venv + venv/bin/python -m pip install cr8 +This will install ``cr8`` into ``venv/bin`` An alternative is to download a single ``zipapp`` file from the `releases page `_.