Add console entry point for pipx support

Adds support for pipx with console entry point.

closes #702
This commit is contained in:
OMEGARAZER
2022-11-29 22:38:45 -05:00
parent ad12fc1b7a
commit 175513fbb7
3 changed files with 79 additions and 52 deletions

View File

@@ -51,7 +51,7 @@ $ python3 -m pip install -e .
Then, you can run the program from anywhere in your disk as such:
```bash
$ python3 -m bdfr
bdfr
```
## Style Guide