No description
| docs | ||
| src/byteb4rb1e_sphinxcontrib | ||
| tests | ||
| .gitignore | ||
| bitbucket-pipelines.yml | ||
| bitbucket-pipelines.yml.m4 | ||
| configure | ||
| configure.ac | ||
| LICENSE | ||
| Makefile | ||
| mypy.ini | ||
| Pipfile | ||
| Pipfile.lock | ||
| pyproject.toml | ||
| README.md | ||
| requirements-dev.txt | ||
| requirements.txt | ||
| TODO | ||
| tox.ini | ||
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