diff --git a/README.md b/README.md index a5e64883c..f6b0bcd16 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,22 @@ For the setup of any/all of the above dependencies, follow the steps [SETUP.md](
+### Quick Install (Recommended) + +```bash +# Install uv (if not already installed) +curl -LsSf https://astral.sh/uv/install.sh | sh # macOS/Linux +# or: powershell -c "irm https://astral.sh/uv/install.ps1 | iex" # Windows + +# Install OpenAdapt +uv tool install openadapt + +# Verify installation +openadapt --help +``` + +### Alternative: Poetry Install + Install with [Poetry](https://python-poetry.org/) : ``` git clone https://github.com/OpenAdaptAI/OpenAdapt.git