Skip to content

Commit 1514f0e

Browse files
committed
add pipx for the users who failed to install via pip
1 parent c9b57b1 commit 1514f0e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

HANDSON1.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,19 @@ You can install it with pip:
1515
pip3 install --upgrade launchable~=1.0
1616
```
1717

18+
> [!TIP]
19+
> If you encounter ` externally managed error`
20+
> <details>
21+
>
22+
> Try installing `pipx` and use it.
23+
> see: https://pipx.pypa.io/stable/installation/
24+
>
25+
> ```
26+
> pipx install launchable~=1.0
27+
> ```
28+
> </details>
29+
30+
1831
Let’s check that it’s installed correctly:
1932
2033
```

0 commit comments

Comments
 (0)