Skip to content

Commit

Permalink
Merge pull request #29 from sandialabs/prepare-for-pypi
Browse files Browse the repository at this point in the history
docs: Prepare for PyPI
  • Loading branch information
jmgate authored Jul 18, 2023
2 parents da6dedf + 511e859 commit 745744c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[![Linting: Pylint](https://img.shields.io/badge/Linting-Pylint-yellowgreen)](https://github.com/pylint-dev/pylint)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
[![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)
[![PyPI Version](https://badge.fury.io/py/reverse-argparse.svg)](https://badge.fury.io/py/reverse-argparse)
![Python Version](https://img.shields.io/badge/Python-3.8+-blue.svg)
[![Security: Bandit](https://img.shields.io/badge/Security-Bandit-yellow.svg)](https://github.com/PyCQA/bandit)

Expand All @@ -26,12 +27,9 @@ script exactly.

To get up and running with `reverse_argparse`, simply:
```bash
python3 -m pip install reverse_argparse
python3 -m pip install reverse-argparse
```

> **Note:** This won't actually work until the package has been published to
> PyPI.
## Usage

Once the package is installed, you can simply
Expand Down

0 comments on commit 745744c

Please sign in to comment.