Update Maya installation instructions to use uv

Changed from `pip install maya` to `uv pip install maya` to match modern Python package management practices.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-09-22 12:34:19 -04:00
parent 2cda4ad7e6
commit 32bc05b6bd
+2 -2
View File
@@ -16,10 +16,10 @@ Maya is a Python library that simplifies working with datetimes. It provides a s
## Installation
You can install Maya using pip:
You can install Maya using uv:
```bash
$ pip install maya
$ uv pip install maya
```
## Usage