mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 09:37:25 +00:00
This will help ensure that everyone is working from the same version of sphinx, etc.
25 lines
242 B
Markdown
25 lines
242 B
Markdown
|
|
|
|
### 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
|