Set script execution policy in Powershell

June 10, 2022

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
  • installing a package resolves dependencies from the pyproject.toml file and not the requirements.txt file
    • if a dependency references a branch, the latest revision will be used
  • developing a package will install