Skip to content

Installation

Using Poetry

  1. Clone the repository:

       ```bash
       git clone https://github.com/RECETOX/wtv.git
       cd wtv
       ```
       

  2. Install dependencies:

       ```bash
       poetry install
       ```
       

  3. Install development dependencies (optional):

       ```bash
       poetry install --with dev
       ```
       

Using pip

  1. Install the library directly from PyPI:
       ```bash
       pip install wtv
       ```
       

Verify Installation

Run the following command to verify the installation:


wtv-cli --help