464 B
464 B
Installation
You must either provide a pipenv command system-wide, or bootstrap the build
environment manually.
Bootstrap Development Environment
via Pipenv
$> python3 -m pipenv install -d
via pip
$> python3 -m pip install -r requirements-dev.txt
via venv
$> python3 -m venv .venv
$> .venv/bin/python3 -m pip install -r requirements-dev.txt
$> python3 -m pipenv run sh ./configure