Pipenv: use pipen for depedencies

This will help ensure that everyone is working from the same version of sphinx, etc.
This commit is contained in:
David Lechner
2019-05-09 12:21:17 -05:00
parent c0b266cd73
commit 4eecb284a8
5 changed files with 301 additions and 5 deletions
+24
View File
@@ -0,0 +1,24 @@
### 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