2
2
3
3
## Requirements
4
4
5
- Kelp-o -Matic is currently available for Python versions 3.10 through 3.13.
5
+ Kelp-O -Matic is currently available for Python versions 3.10 through 3.13.
6
6
7
7
## Quick Install
8
8
@@ -25,7 +25,7 @@ Kelp-o-Matic is currently available for Python versions 3.10 through 3.13.
25
25
26
26
## Recommended Installation (Virtual Environment)
27
27
28
- It is recommended to install Kelp-o -Matic in a virtual environment to avoid conflicts
28
+ It is recommended to install Kelp-O -Matic in a virtual environment to avoid conflicts
29
29
with other Python packages present on your system. ` uv ` is our recommended environment manager
30
30
(a faster alternative to ` venv ` /` virtualenv ` ), but you can use any Python environment manager you prefer.
31
31
@@ -50,7 +50,7 @@ with other Python packages present on your system. `uv` is our recommended envir
50
50
source kom-env/bin/activate
51
51
` ` `
52
52
53
- 4. Install Kelp-o -Matic and its dependencies
53
+ 4. Install Kelp-O -Matic and its dependencies
54
54
55
55
` ` ` bash
56
56
uv pip install kelp-o-matic
@@ -63,15 +63,15 @@ with other Python packages present on your system. `uv` is our recommended envir
63
63
` ` `
64
64
65
65
It will deactivate automatically when you close the terminal. To reactivate, just run ` source kom-env/bin/activate`
66
- (you don' t have to reinstall Kelp-o -Matic though).
66
+ (you don' t have to reinstall Kelp-O -Matic though).
67
67
68
68
!!! important
69
69
70
70
The `kom` command will be available only when the virtual environment is activated.
71
71
72
72
## Verify Installation
73
73
74
- To verify that Kelp-o -Matic was installed correctly and to check the installed version, run:
74
+ To verify that Kelp-O -Matic was installed correctly and to check the installed version, run:
75
75
76
76
```bash
77
77
kom --version
@@ -91,7 +91,7 @@ We follow [semantic versioning](https://semver.org/). Regular updates are recomm
91
91
- New features
92
92
- Security patches
93
93
94
- To update Kelp-o -Matic, you can use the following commands:
94
+ To update Kelp-O -Matic, you can use the following commands:
95
95
96
96
=== "PIP"
97
97
0 commit comments