mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
Add uv installation instructions and update pyproject.toml
- Add uv quick start option to README (collapsible section) - Add Python Dependencies section to HARDWARE.md with multiple options: - setup.sh (recommended) - pip with requirements.txt - uv with uv sync - pip with pyproject.toml - Update pyproject.toml: - Bump version to 1.1.0 - Add pyserial to dependencies - Add project URLs
This commit is contained in:
13
README.md
13
README.md
@@ -49,6 +49,19 @@ sudo python3 intercept.py
|
||||
|
||||
Open http://localhost:5050 in your browser.
|
||||
|
||||
<details>
|
||||
<summary><strong>Alternative: Install with uv</strong></summary>
|
||||
|
||||
```bash
|
||||
git clone https://github.com/smittix/intercept.git
|
||||
cd intercept
|
||||
uv venv
|
||||
source .venv/bin/activate # On Windows: .venv\Scripts\activate
|
||||
uv sync
|
||||
sudo python3 intercept.py
|
||||
```
|
||||
</details>
|
||||
|
||||
> **Note:** Requires Python 3.9+ and external tools. See [Hardware & Installation](docs/HARDWARE.md).
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user