Files
pybricks-api/CONTRIBUTING.md
T
David Lechner 6463adab3c CONTRIBUTING: git clone --recursive
we are using submodules, so we need to recursive clone the repo
2020-01-11 21:06:43 -06:00

254 B

Prerequisites

  • Git
  • Python 3
  • Pipenv

For docs:

  • Inkscape
  • Make

Setup

git clone --recursive https://github.com/pybricks/pybricks-api
cd pybricks-api
pipenv sync --dev

Build Docs

pipenv shell
make -C doc html