Fix spelling 'package'

This commit is contained in:
Viet Nguyen 2024-08-15 02:36:01 +07:00 committed by GitHub
parent c8d526157a
commit c288d82713
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@ We highly recommend to work with a `venv` to avoid issues.
```
pip install -r requirements.txt
```
For MAC OS, You have to install or upgrade python-tk pacakage:
For MAC OS, You have to install or upgrade python-tk package:
```
brew install python-tk@3.10
```