Change install method
This commit is contained in:
parent
8a2024bc1c
commit
7df83a7e02
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue