From 7df83a7e026be06c07e71ba213685018e2e3c9c5 Mon Sep 17 00:00:00 2001 From: Raphael <81994075+RaphMar2021@users.noreply.github.com> Date: Thu, 26 Oct 2023 17:16:35 +0200 Subject: [PATCH] Change install method --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 789dc97..304e30e 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,8 @@ $ cd cutekit # If you want to use the latest version of Cutekit, you can switch to the dev branch. # $ git switch dev -$ pip install --user -e . +$ pipx install . +$ pipx ensurepath ``` ## Quick-start