Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 3a93cd6c authored by Dorian Turba's avatar Dorian Turba
Browse files

add install and usage

parent c854693f
No related branches found
No related tags found
No related merge requests found
# Requirement Compare
A CLI that generate a version changelog based on git history and local requirement file.
## Installation
```bash
pip install --upgrade pip
pip install requirement-compare
```
## Usage
```bash
$ requirement-compare requirements.txt
- Added `last_package` version `1.0.0`
- Bump `example_package` from `1.0.0` to `2.0.0`
- Removed `another_package` version `1.0.0`
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment