From 433352205178aa4825b9af69f4bac01bc64d8027 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Tue, 12 Nov 2024 10:39:46 +0200 Subject: [PATCH] Update install instructions --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 5bb48fe..e52b52a 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,7 @@ See requirements.txt Not necessary if you use the Bash script because it will create a virtual environment for it, and do the installation. ```bash -sudo python3 setup.py install -``` - -### Windows (from PowerShell untested) - - ```powershell -& $(where.exe python).split()[0] setup.py install +pip install . ``` ## Usage