A collection of helper scripts to prepare data files
- Python 3.9
python -m venv .venv
.venv\Scripts\activate
python -m pip install -U pip
pip install -r requirements.txt
Use
pip install -r requirements-dev.txt
for development.
A collection of helper scripts to prepare data files
python -m venv .venv
.venv\Scripts\activate
python -m pip install -U pip
pip install -r requirements.txt
Use
pip install -r requirements-dev.txt
for development.