Configuring the Development Environment
Install the main requirements of the project.
Install Poetry by following the official installation guide.
Set Poetry to install the environments in the projects folders.
poetry config virtualenvs.in-project trueDownload the required Python packages:
poetry installEnter the environment:
poetry shellSee the tool's banner and guide:
mutablesecurityConfigure the commit template by running:
git config commit.template .github/COMMIT_TEMPLATEOpen the project's folder in VSCodium.
Install the recommended extension when the popup appears. If it is not the case, run the command "Extensions: Show Recommended Extensions" to achieve the same.
Create a
.mutablesecurityfile in repository's folder with the content below.developer_mode: True