Installation pipeline
=====================
init.ps1        # Initialize/update the project environment
deploy-edit.ps1 # Install the project in editable mode
make.ps1        # Make the project development requirements.dev
install.ps1     # Install the project development requirements.dev
find-deps.ps1   # Find the project dependencies and create requirements.txt


Environment management and maintenance
======================================
activate.ps1    # Activate the project environment
deactivate      # Deactivate the project environment
build.ps1       # Build a release package for deployment
compile.ps1     # Build a release executable for deployment
cleanup.ps1     # Clean the project environment (remove all installed packages)
