Skip to content

Commit b32d9fa

Browse files
authored
docs: add uv usage for local development (#70)
* docs: add uv usage for local development * chore: switch local workflow to uv and remove poetry.lock
1 parent 1004441 commit b32d9fa

4 files changed

Lines changed: 2449 additions & 3804 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ pip install alphatrion
3434
### Install from Source
3535

3636
* Git clone the repository
37+
* Run `uv sync` to install dependencies from `pyproject.toml`.
3738
* Run `source start.sh` to activate the virtual environment.
38-
* Run `poetry install` to install dependencies.
39+
3940

4041
### Initialize the Environment
4142

0 commit comments

Comments
 (0)