Skip to content

pylover/brythoncli

Repository files navigation

Build Coverage Status Linux

brythoncli

Install

pip install brythoncli

Or, from the source:

cd path/to/brythoncli
pip install .

Usage

brython pack --help
brython serve --help
brython deps --help

Checkout the Makefile at the root of https://github.com/dobisel/dial for more info.

Contribution

cd path/to/brythoncli
pip install -r requirements-dev.txt
pip install -e .
make test
make cover