mirror of
https://github.com/kennethreitz/kennethreitz.org.git
synced 2026-06-05 22:50:17 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user