update init and test
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
uv sync --frozen --group dev
|
||||
source init.sh
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
uv sync --all-groups
|
||||
source .venv/bin/activate
|
||||
Reference in New Issue
Block a user