diff --git a/.gitignore b/.gitignore index 33c00cf..5902dc4 100644 --- a/.gitignore +++ b/.gitignore @@ -167,3 +167,5 @@ cython_debug/ poc/ +*.db + diff --git a/README.md b/README.md index 2151162..3e57138 100644 --- a/README.md +++ b/README.md @@ -54,11 +54,19 @@ https://github.com/user-attachments/assets/dac7be90-c662-4d0d-8d3a-2bc4df9cffb9 ### Installation +- pip installation ```bash pip install mle-agent -U -# or from source +``` + +- uv installation + +```bash git clone git@github.com:MLSysOps/MLE-agent.git -pip install -e . + +uv venv --python=python3.11 venv_py311 + +uv pip install -e . ``` ### Usage