Skip to content

Commit

Permalink
Add instruction of installing by pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
dochang committed Nov 8, 2024
1 parent f151d4c commit 71ef819
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

### Added

- Instruction of installing by `pipx`

### Fixed

- Deprecated classmethod `datetime.utcnow`
Expand Down
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@ Python 3.8, 3.9, 3.10, 3.11, 3.12
Installation
**************

`pipx` is recommended:

.. code::
pipx install bumplus
Or if you prefer `pip`:

.. code::
pip install bumplus
Expand Down

0 comments on commit 71ef819

Please sign in to comment.