Website with info of all the tools and data used in the bbglab.
You can browse it at https://bbglab.github.io/bbgwiki
pip install -r requirements.txt
mkdocs >= 1.2.2
mkdocs-material >= 7.1.11
mkdocs-static-i18n >= 0.18
Running at localhost (to try stuff before updating the main web)
mkdocs serve
Update web:
git add <edited file or directory>
git commit -m "Message"
git push