A python library to setup and deploy Apps to Pollination!
> pip install pollination-apps
You can access the full docs for this package and its CLI here.
-
Clone this repo locally
git clone [email protected]:ladybug-tools/pollination-apps
or
git clone https://github.com/ladybug-tools/pollination-apps
-
Install dependencies:
cd pollination-apps pip install -r dev-requirements.txt pip install -r requirements.txt
-
Run Tests:
python -m pytest tests/
-
Generate Documentation:
sphinx-apidoc -f -e -d 4 -o ./docs/modules ./pollination-apps sphinx-build -b html ./docs ./docs/_build
-
Preview Documentation:
python -m http.server --directory ./docs/_build/
Now you can see the documentation preview at http://localhost:8000