From 35cd07c324018cb2495e657d1e4cf6f64da5d609 Mon Sep 17 00:00:00 2001 From: AI Christianson Date: Fri, 14 Feb 2025 16:14:37 -0500 Subject: [PATCH] uv install --- docs/docs/quickstarts/installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/quickstarts/installation.md b/docs/docs/quickstarts/installation.md index 65c5ea8..bc84efd 100644 --- a/docs/docs/quickstarts/installation.md +++ b/docs/docs/quickstarts/installation.md @@ -5,6 +5,8 @@ import TabItem from '@theme/TabItem'; Create a new Python 3.12 virtual environment and install RA.Aid: +First install [uv](https://docs.astral.sh/uv/getting-started/installation/), then: + ```bash uv venv -p 3.12 ```