#editable-installs

[ follow ]
fromInfoWorld
1 week ago

How to use editable installs for Python packages

Using editable installs lets you link to the source code of a Python package, allowing any edits made to be instantly available everywhere the package is used.
Python
[ Load more ]