put installation on its own page
This commit is contained in:
parent
80900188d5
commit
08c00b2cf1
|
|
@ -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
|
||||||
|
```
|
||||||
|
|
@ -1,17 +1,4 @@
|
||||||
# Recommended Setup
|
# Recommended Config
|
||||||
|
|
||||||
## 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
|
|
||||||
```
|
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue