updated readme

This commit is contained in:
2025-09-14 05:31:58 +02:00
parent 3edb7c4e89
commit 2475cc8bd2

View File

@@ -6,12 +6,16 @@ Async element wrapper for NiceGUI with proper typing support. Create UI elements
Install directly from GitHub using uv or pip:
```bash
# Using uv
uv add git+https://github.com/yourusername/NiceGuiAsyncElement.git
### Using uv
# Using pip
pip install git+https://github.com/yourusername/NiceGuiAsyncElement.git
```bash
uv add git+https://git.project-insanity.de/gmarth/NiceGuiAsyncElement.git
```
#### Using pip
```
pip install git+https://git.project-insanity.de/gmarth/NiceGuiAsyncElement.git
```
## Usage