put installation on its own page

This commit is contained in:
AI Christianson 2025-02-14 15:20:57 -05:00
parent 80900188d5
commit 08c00b2cf1
2 changed files with 13 additions and 14 deletions

View File

@ -0,0 +1,12 @@
# Installation
Create a new Python 3.12 virtual environment and install RA.Aid:
```bash
uv venv -p 3.12
source .venv/bin/activate # On Unix/macOS
# or
.venv\Scripts\activate # On Windows
uv pip install ra-aid
```

View File

@ -1,17 +1,4 @@
# Recommended Setup
## Installation
Create a new Python 3.12 virtual environment and install RA.Aid:
```bash
uv venv -p 3.12
source .venv/bin/activate # On Unix/macOS
# or
.venv\Scripts\activate # On Windows
uv pip install ra-aid
```
# Recommended Config
## Configuration