Installation
Using Poetry
-
Clone the repository:
```bash git clone https://github.com/RECETOX/wtv.git cd wtv ```
-
Install dependencies:
```bash poetry install ```
-
Install development dependencies (optional):
```bash poetry install --with dev ```
Using pip
- Install the library directly from PyPI:
```bash pip install wtv ```
Verify Installation
Run the following command to verify the installation:
wtv-cli --help