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 true
Download the required Python packages:
poetry install
Enter the environment:
poetry shell
See the tool's banner and guide:
mutablesecurity
Configure the commit template by running:
git config commit.template .github/COMMIT_TEMPLATE
Open 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
.mutablesecurity
file in repository's folder with the content below.developer_mode: True