You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project/environment manager is an essential part of enforcing consistency across multiple developers. Two main choices exist - Poetry and uv. Both are good although uv has some useful extra features not present in Poetry.
The environment manager will at a minimum provide:
Creation of pyproject.toml
Creation of environment definition file
Creation of environment lock file
The environment manager is only active when the project is cloned locally for development. It doesn't not affect the operation of python packages.
Tasks
Integrate chosen environnent/project management into repo
Add Developer environment installation instructions to ReadMe
The text was updated successfully, but these errors were encountered:
The project/environment manager is an essential part of enforcing consistency across multiple developers. Two main choices exist -
Poetry
anduv
. Both are good althoughuv
has some useful extra features not present inPoetry
.The environment manager will at a minimum provide:
The environment manager is only active when the project is cloned locally for development. It doesn't not affect the operation of python packages.
Tasks
ReadMe
The text was updated successfully, but these errors were encountered: