Installing your package locally
Great work on writing the setup script. Now its time to install your new package.
This exercise is part of the course
Developing Python Packages
Exercise instructions
- Using the terminal, install the package in editable mode using
pip
.
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
