File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 66[ ![ Linting: Pylint] ( https://img.shields.io/badge/Linting-Pylint-yellowgreen )] ( https://github.com/pylint-dev/pylint )
77[ ![ pre-commit] ( https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit )] ( https://github.com/pre-commit/pre-commit )
88[ ![ 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 )
910![ Python Version] ( https://img.shields.io/badge/Python-3.8+-blue.svg )
1011[ ![ Security: Bandit] ( https://img.shields.io/badge/Security-Bandit-yellow.svg )] ( https://github.com/PyCQA/bandit )
1112
@@ -26,12 +27,9 @@ script exactly.
2627
2728To get up and running with ` reverse_argparse ` , simply:
2829``` bash
29- python3 -m pip install reverse_argparse
30+ python3 -m pip install reverse-argparse
3031```
3132
32- > ** Note:** This won't actually work until the package has been published to
33- > PyPI.
34-
3533## Usage
3634
3735Once the package is installed, you can simply
You can’t perform that action at this time.
0 commit comments