cmdgen-ai-cli 0.1.2__tar.gz → 0.1.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cmdgen-ai-cli
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: AI-powered CLI tool to translate natural language into terminal commands
5
5
  Requires-Python: >=3.9
6
6
  Requires-Dist: google-genai>=0.1.0
@@ -34,12 +34,14 @@ The recommended way to install Python CLI tools globally is using `pipx`:
34
34
  pipx install cmdgen-ai-cli
35
35
  ```
36
36
 
37
- *(Alternatively, you can `pip install cmdgen-ai-cli` in a virtual environment)*
37
+ *(Alternatively, you can `pip install cmdgen-ai-cli` in a virtual environment or cmd run as administrator)*
38
38
 
39
39
  ## Upgrade
40
40
 
41
+ Run in a virtual environment or cmd (run as administrator)
42
+
41
43
  ```bash
42
- pipx upgrade cmdgen-ai-cli
44
+ pip install --upgrade cmdgen-ai-cli
43
45
  ```
44
46
 
45
47
  ## Quick Start
@@ -18,12 +18,14 @@ The recommended way to install Python CLI tools globally is using `pipx`:
18
18
  pipx install cmdgen-ai-cli
19
19
  ```
20
20
 
21
- *(Alternatively, you can `pip install cmdgen-ai-cli` in a virtual environment)*
21
+ *(Alternatively, you can `pip install cmdgen-ai-cli` in a virtual environment or cmd run as administrator)*
22
22
 
23
23
  ## Upgrade
24
24
 
25
+ Run in a virtual environment or cmd (run as administrator)
26
+
25
27
  ```bash
26
- pipx upgrade cmdgen-ai-cli
28
+ pip install --upgrade cmdgen-ai-cli
27
29
  ```
28
30
 
29
31
  ## Quick Start
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "cmdgen-ai-cli"
7
- version = "0.1.2"
7
+ version = "0.1.3"
8
8
  description = "AI-powered CLI tool to translate natural language into terminal commands"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
File without changes
File without changes