No description
Find a file
2025-05-25 16:27:14 +02:00
docs init 2025-05-19 01:38:00 +02:00
src/byteb4rb1e_sphinxcontrib init 2025-05-19 01:38:00 +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 chore: update pipeline image 2025-05-25 15:10:40 +02:00
bitbucket-pipelines.yml.m4 chore: update pipeline image 2025-05-25 15:10:40 +02:00
configure init 2025-05-19 01:38:00 +02:00
configure.ac init 2025-05-19 01:38:00 +02:00
LICENSE init 2025-05-19 01:38:00 +02:00
Makefile chore: update pipeline image 2025-05-25 15:10:40 +02:00
mypy.ini init 2025-05-19 01:38:00 +02:00
Pipfile init 2025-05-19 01:38:00 +02:00
Pipfile.lock init 2025-05-19 01:38:00 +02:00
pyproject.toml init 2025-05-19 01:38:00 +02:00
README.md init 2025-05-19 01:38:00 +02:00
requirements-dev.txt init 2025-05-19 01:38:00 +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