Skip to content

Commit a50d85c

Browse files
committed
docs: install with pip doc
1 parent e6d6e75 commit a50d85c

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

docs/setup.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,21 @@
22
title: Setup toolbox
33
---
44

5-
### Install _CHKware_ toolset with Pipx
6-
75
This section describe the installation process for [_CHKware_](https://github.com/chkware/cli). The currently supported python version is **_Python 3.11.x_**. You need to have this version of python in your OS to continue.
86

9-
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.
7+
### Install _CHKware_ toolset with Pip
8+
9+
If you have _Python 3.11.x_ installed, then you already have `pip` installed by default. So, just run following command.
10+
11+
```bash
12+
pip install -U chk
13+
```
14+
15+
To upgrade to the next released version, run the same command.
16+
17+
### Install _CHKware_ toolset with Pipx
18+
19+
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.
1020

1121
First, [Install pipx](https://pypa.github.io/pipx/installation/). Then run
1222

0 commit comments

Comments
 (0)