pip install staticpipes[allbuild]
- if you just want to build a websitepip install staticpipes[allbuild,dev]
- if you want to develop a websiteIf you are developing the actual tool, check it out from git, create a virtual environment and run
python3 -m pip install --upgrade pip && pip install -e .[allbuild,dev,staticpipesdev]