Created by Steve Yin
- clone docset generator
- install python3 with pip module
dirtyjson:
brew install python
python3.9 -m pip install dirtyjson
OR
python3 -m venv myvenv
# Activate it
source myvenv/bin/activate
# Now install dirtyjson
pip install dirtyjson
- clone three.js
- run
build.pywithpython3to build latest version of docset