mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 18:35:32 +02:00
13 lines
191 B
Markdown
13 lines
191 B
Markdown
## Setup
|
|
|
|
Run the following command to install all the dependencies:
|
|
|
|
```pip install -r requirements.txt```
|
|
|
|
|
|
## Usage
|
|
|
|
```
|
|
./rc-branches.py check v0.76.1
|
|
./rc-branches.py create v0.77.0
|
|
```
|