Files
pybricks-api/CONTRIBUTING.md
T
David Lechner 4eecb284a8 Pipenv: use pipen for depedencies
This will help ensure that everyone is working from the same version of sphinx, etc.
2019-05-09 12:21:17 -05:00

242 B

Prerequisites

  • Git
  • Python 3
  • Pipenv

For docs:

  • Inkscape
  • Make

Setup

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

Build Docs

pipenv shell
make -C doc html