shelltastic 0.2.1__tar.gz → 0.2.2__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: shelltastic
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: A fantastic shell command runner for python
5
5
  Author: Bearmine
6
6
  License-Expression: MPL-2.0
@@ -11,6 +11,12 @@ Description-Content-Type: text/markdown
11
11
 
12
12
  # shelltastic
13
13
 
14
+ ## Install
15
+
16
+ ```sh
17
+ pip install shelltastic
18
+ ```
19
+
14
20
  ## Basic Usage
15
21
 
16
22
  Run shell commands on a local host:
@@ -1,5 +1,11 @@
1
1
  # shelltastic
2
2
 
3
+ ## Install
4
+
5
+ ```sh
6
+ pip install shelltastic
7
+ ```
8
+
3
9
  ## Basic Usage
4
10
 
5
11
  Run shell commands on a local host:
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "shelltastic"
3
- version = "0.2.1"
3
+ version = "0.2.2"
4
4
  description = "A fantastic shell command runner for python"
5
5
  readme = "README.md"
6
6
  authors = [
File without changes