Installation
Requirements
- Python 3.10 or greater
Basic Installation
wdadaptivepy is available on Python Package Index (PyPI), the standard Python package repository.
pip install wdadaptivepy
Recommended Installation
The recommended way to install wdadaptivepy is via uv. However, it can be installed via pip as well.
mkdir myProject
cd myProject
uv init
uv add wdadaptivepy
mkdir myProject
cd myProject
python3 -m venv .venv # or `python -m venv .venv`
source .venv/bin/activate # Windows should be `.venv\Scripts\activate`
pip install wdadaptivepy