Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ To get started, clone the repository and install the required dependencies:

```bash
git clone https://github.com/AMDResearch/Ryzers
pip install Ryzers/
cd Ryzers/

# Recomment to use uv to setup th venv , https://docs.astral.sh/uv/getting-started/installation/
uv venv --python 3.12
uv pip install -e .
```

For detailed installation instructions and requirements, refer to the [included documentation](https://amdresearch.github.io/Ryzers/installation.html).
Expand Down