From 32bc05b6bd197959da2d0f2c2bb186c6ecd86cee Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 22 Sep 2025 12:34:19 -0400 Subject: [PATCH] Update Maya installation instructions to use uv MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- data/software/maya.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/software/maya.md b/data/software/maya.md index 90ff7be..0add673 100644 --- a/data/software/maya.md +++ b/data/software/maya.md @@ -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