mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 17:46:19 +00:00
25 lines
254 B
Markdown
25 lines
254 B
Markdown
|
|
|
|
### 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
|