Dynamic GitHub profile - GitHub actions (CICD) updates the README.md daily.
Built with:
- Make sure you have Python 3.11 installed
- I.e.:
pyenv install 3.11.0 && pyenv local 3.11
- I.e.:
- Clone the repo:
git clone git@github.com:python-usergroup-belgium/.github.git - Create a new virtual environment:
python -m venv .venv - Activate the environment
- I.e.:
source .venv/bin/activate
- I.e.:
- Install the dependencies:
pip install ".[qa]" - Install pre-commit hooks
pre-commit install
Dynamic information is defined by utils/, ran daily via GitHub actions (CICD)
(.github/workflows/update-readme.yaml). Static information is already on profile/README.md.