Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.11 KB

uv.md

File metadata and controls

38 lines (29 loc) · 1.11 KB

Use uv to install mmore

uv is an extremely fast Python package and project manager, written in Rust. It can act as a wrapper around pip to speedup the installations.

Shows a bar chart with benchmark results.

Install uv

Install uv with the standalone installers:

# On macOS and Linux.
curl -LsSf https://astral.sh/uv/install.sh | sh
# On Windows.
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

Install mmore with uv

First create a new venv at repo's location

uv venv
source .venv/bin/activate

Then install mmore prepending uv to basic commands

pip install -e .