-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
In order to develop and test changes in a python package, you have to do a few things to configure your development environment.
- First make sure you are already in a clean Python virtual environment.
- Build a rinse wheel with poetry.
- Install an Editable version of the package.
- Make changes.
- Uninstall the package
- Repeat steps 2-5 as needed.
Metadata
Metadata
Assignees
Labels
No labels