No description
Find a file
Tiara Rodney cc7bae3c29
changes
2025-06-06 22:40:46 +02:00
docs init 2025-05-19 01:38:00 +02:00
src/byteb4rb1e_sphinxcontrib chore: reformat 2025-05-25 16:33:06 +02:00
tests chore: add placeholder tests 2025-05-25 16:27:14 +02:00
.gitignore chore: update pipeline image 2025-05-25 15:10:40 +02:00
bitbucket-pipelines.yml changes 2025-05-26 21:12:54 +02:00
bitbucket-pipelines.yml.m4 changes 2025-05-26 21:12:54 +02:00
configure changes 2025-05-26 21:12:54 +02:00
configure.ac changes 2025-05-26 21:12:54 +02:00
LICENSE init 2025-05-19 01:38:00 +02:00
Makefile changes 2025-06-06 22:40:46 +02:00
mypy.ini init 2025-05-19 01:38:00 +02:00
Pipfile changes 2025-05-26 21:12:54 +02:00
Pipfile.lock changes 2025-05-26 21:12:54 +02:00
pyproject.toml changes 2025-05-26 21:12:54 +02:00
README.md init 2025-05-19 01:38:00 +02:00
requirements-dev.txt changes 2025-05-26 21:12:54 +02:00
requirements.txt init 2025-05-19 01:38:00 +02:00
TODO init 2025-05-19 01:38:00 +02:00
tox.ini chore: add placeholder tests 2025-05-25 16:27:14 +02:00

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