Skip to content

Commit 8e80741

Browse files
committed
Updating README.md with installation requirements
1 parent 3321cc4 commit 8e80741

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,15 @@ A fast *automatic number-plate recognition* (ANPR) library. This package employs
1616
![Example outputs](misc/sample.png)
1717

1818
## Installation
19+
You can install the package using pip:
1920
```bash
2021
pip install fastanpr
2122
```
23+
### Requirements
24+
- Windows:
25+
- Python >=3.9, <3.11
26+
- Ubuntu, macOS, Raspbian:
27+
- Python >=3.9, <3.12
2228

2329
## Usage
2430
```python

0 commit comments

Comments
 (0)