mirror of
https://github.com/trycua/computer.git
synced 2025-12-31 18:40:04 -06:00
Add prerequisites for bump2version installation
Added prerequisites section for bump2version installation.
This commit is contained in:
10
README.md
10
README.md
@@ -210,6 +210,16 @@ When you choose to install and use such optional extras, your use, modification,
|
||||
|
||||
Cua uses `bump2version` to manage package versions across all Python modules. A Makefile is provided to simplify the release process.
|
||||
|
||||
### Prerequisites
|
||||
|
||||
#### install `bump2version`
|
||||
|
||||
using brew
|
||||
```
|
||||
brew install bumpversion
|
||||
```
|
||||
|
||||
|
||||
### View Current Versions
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user