mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-08 03:01:47 +00:00
docs(readme): prefer .venv to match AGENTS.md and scripts/run_tests.sh (#21334)
This commit is contained in:
parent
145e8ec237
commit
ff09853235
1 changed files with 2 additions and 2 deletions
|
|
@ -155,8 +155,8 @@ Manual path (equivalent to the above):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -LsSf https://astral.sh/uv/install.sh | sh
|
curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||||
uv venv venv --python 3.11
|
uv venv .venv --python 3.11
|
||||||
source venv/bin/activate
|
source .venv/bin/activate
|
||||||
uv pip install -e ".[all,dev]"
|
uv pip install -e ".[all,dev]"
|
||||||
scripts/run_tests.sh
|
scripts/run_tests.sh
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue