You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- It is recommended to [use a virtual environment](https://docs.python.org/3/library/venv.html#creating-virtual-environments) when using via `pip`.
30
+
31
+
:::
32
+
17
33
### Install _CHKware_ toolset with Pipx
18
34
19
35
The best way to setup any python app is manage it via [pipx](https://pypa.github.io/pipx/). Pipx is a standard PyPi python application manager. Pipx creates separate virtual environment for given installable package. So, your system have less side effect.
0 commit comments