Skip to content

Commit

Permalink
dev instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
laktak committed Dec 22, 2023
1 parent 9229d46 commit 054913a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,25 @@ error: detected 1 file with damage!

`DMG` indicates damage.

## Development

With pipenv (install with `pipx install pipenv`):

```
# setup
pipenv install
# run chkbit
pipenv run python3 -m cli.main
```

To build a source distribution package from pyproject.toml
```
pipx run build
```

You can then install your own package with
```
pipx install dist/chkbit-*.tar.gz
```

0 comments on commit 054913a

Please sign in to comment.