MidgardOS Developer Documentation

A website documenting creating the build root for MidgardOS


Section 5 - Building the Base System Tools

Navigation    
« ITS Tool HOME Python module Pathspec »

Python module Editables

Name: Python module Editables
Summary: A Python library for creating “editable” wheels
License: MIT
Version: 0.5
URL: https://github.com/pfmoore/editables/archive/refs/tags/0.5.tar.gz

Average Build Time: less than 0.1 SBU
Used Install Space: 180 KiB

Compilation and Installation

To compile Python module Editables, run the following command:

pip3 wheel -w dist --no-build-isolation --no-deps --no-cache-dir $PWD

Finally, to install Python module Editables into the build tree, run the following command:

pip3 install --no-index --find-links dist --no-user editables

Contents

Contents  
Installed Plugins Editables
Installed Files /usr/lib/python3.14/site-packages/editables and /usr/lib/python3.14/site-packages/editables-0.5.dist-info
Navigation    
« ITS Tool HOME Python module Pathspec »