This package browser is in early development. Mind the rough edges.

python-editables 0.3

Editable installations

This library supports the building of wheels which, when installed, will expose packages in a local directory on sys.path in ``editable mode''. In other words, changes to the package source will be reflected in the package visible to Python, without needing a reinstall.

Installation

Install python-editables 0.3 as follows:

guix install python-editables@0.3

Or install the latest version:

guix install python-editables

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.