Skip to content

Commit

Permalink
Merge pull request EmergenceAI#90 from eltociear/patch-1
Browse files Browse the repository at this point in the history
docs: update README.md
  • Loading branch information
teaxio authored Aug 8, 2024
2 parents cc4f355 + d490689 commit 8c0d58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ While Agent-E is growing, it is already equipped to handle a versatile range of
- Windows: `powershell -c "irm https://astral.sh/uv/install.ps1 | iex"`
- Alternatively you can use pip `pip install uv`
- Create `uv venv --python 3.11` (`3.10+` should work)
- Activate the virtual enviroment: `source .venv/bin/activate` (Windows: `.venv\Scripts\activate`)
- Activate the virtual environment: `source .venv/bin/activate` (Windows: `.venv\Scripts\activate`)
- Generate the requirements.txt from toml file: `uv pip compile pyproject.toml -o requirements.txt`
- Install the generated requirements file: `uv pip install -r requirements.txt`
- To install extras/dev dependancies: `uv pip install -r pyproject.toml --extra dev`
Expand Down

0 comments on commit 8c0d58c

Please sign in to comment.