Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ANGEL (Automated Navigator for Gathering and Executing Local tools) is a cross-p
```bash
python -m venv .venv
source .venv/bin/activate # Windows: .\.venv\Scripts\Activate.ps1
pip install -r requirements.txt
pip install --prefer-binary -r requirements.txt
pip install -e .
angel init
angel web
Expand All @@ -23,7 +23,7 @@ Configuration is stored in `~/.config/angel/config.toml` (Linux/macOS) or `%APPD

## Development
```bash
pip install -r requirements-dev.txt
pip install --prefer-binary -r requirements-dev.txt
pre-commit install
pytest
```
Expand Down
Loading