Skip to content

Commit

Permalink
Updating README.md with installation requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindrajan92 committed Mar 19, 2024
1 parent 3321cc4 commit 8e80741
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,15 @@ A fast *automatic number-plate recognition* (ANPR) library. This package employs
![Example outputs](misc/sample.png)

## Installation
You can install the package using pip:
```bash
pip install fastanpr
```
### Requirements
- Windows:
- Python >=3.9, <3.11
- Ubuntu, macOS, Raspbian:
- Python >=3.9, <3.12

## Usage
```python
Expand Down

0 comments on commit 8e80741

Please sign in to comment.