File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 6
6
[ ![ Linting: Pylint] ( https://img.shields.io/badge/Linting-Pylint-yellowgreen )] ( https://github.com/pylint-dev/pylint )
7
7
[ ![ pre-commit] ( https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit )] ( https://github.com/pre-commit/pre-commit )
8
8
[ ![ pre-commit.ci Status] ( https://results.pre-commit.ci/badge/github/sandialabs/reverse_argparse/master.svg )] ( https://results.pre-commit.ci/latest/github/sandialabs/reverse_argparse/master )
9
+ [ ![ PyPI Version] ( https://badge.fury.io/py/reverse-argparse.svg )] ( https://badge.fury.io/py/reverse-argparse )
9
10
![ Python Version] ( https://img.shields.io/badge/Python-3.8+-blue.svg )
10
11
[ ![ Security: Bandit] ( https://img.shields.io/badge/Security-Bandit-yellow.svg )] ( https://github.com/PyCQA/bandit )
11
12
@@ -26,12 +27,9 @@ script exactly.
26
27
27
28
To get up and running with ` reverse_argparse ` , simply:
28
29
``` bash
29
- python3 -m pip install reverse_argparse
30
+ python3 -m pip install reverse-argparse
30
31
```
31
32
32
- > ** Note:** This won't actually work until the package has been published to
33
- > PyPI.
34
-
35
33
## Usage
36
34
37
35
Once the package is installed, you can simply
You can’t perform that action at this time.
0 commit comments