Skip to content

Commit

Permalink
Update home.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xhluca authored Apr 5, 2024
1 parent 5c72349 commit c8986ae
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/_docs/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,21 @@ In this page, you can find documentation about the `WebLINX` Python library we d
To install the library, you can use pip:

```bash
# Basic installation
pip install weblinx

# Install all dependencies
pip install weblinx[all]

# Install specific dependencies for...
# ...processing HTML
pip install weblinx[processing]
# ...video processing
pip install weblinx[video]
# ...evaluating models
pip install weblinx[eval]
# ...development of this library
pip install weblinx[dev]
```

## Prerequisites
Expand Down

0 comments on commit c8986ae

Please sign in to comment.