Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KennyOliver authored Nov 21, 2021
1 parent ad4421a commit b4707fc
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,23 @@
## :hammer_and_wrench: Official Installation
Use this command to install VividHues.
```bash
pip install vividhues
pip install VividHues
```
Or, alternatively, add it as a dependency.

### :bricks: Dependency
_requirements.txt_
```VividHues>=2.7.9```

_Dependabot.yml_
```yaml
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
```
## :toolbox: Python Example
Expand Down

0 comments on commit b4707fc

Please sign in to comment.