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
Copy file name to clipboardExpand all lines: docs/setup.md
+26-3Lines changed: 26 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,9 @@ hide_title: true
6
6
7
7
### Installation
8
8
9
-
The currently supported python version is **\*Python 3.8.\*\*** You need to have this version of python in your OS to continue any of the following steps.
9
+
10
+
The currently supported python version is **_Python 3.10.x_** You need to have this version of python in your OS to continue any of the following steps.
11
+
10
12
11
13
**Method 1: with pipx**
12
14
@@ -18,6 +20,12 @@ First, [Install pipx](https://pypa.github.io/pipx/installation/). Then run
18
20
$ pipx install chk
19
21
```
20
22
23
+
Then use as following
24
+
25
+
```bash
26
+
$ chk http SomeFile.chk
27
+
```
28
+
21
29
**Method 2: with pip (globally)**
22
30
23
31
Alternatively you can install with `pip` like other regular python package following these step. However, it will install the package globally.
@@ -54,10 +75,12 @@ Otherwise, if **pip** was used to install then same process given above should w
54
75
55
76
### Platform support
56
77
57
-
For now this tool is developed and tested on **macOS** only. We are working hard to make it available on Linux platform.
78
+
This tool is tested to run on **Linux**, **Windows**, and **macOS** platform.
79
+
80
+
There is no native binary dependency, therefore it is expected on all the platform where supported Python version works. Please create an issue, if you need additional platform support.
0 commit comments