Skip to content
Snippets Groups Projects
Commit 06211122 authored by KERDREUX Jerome's avatar KERDREUX Jerome
Browse files

Fix editable mode

parent e99121e5
No related branches found
No related tags found
No related merge requests found
"""
Bulk script to install all xAAL packages, use w/ caution.
Bulk script to install all xAAL packages, use w/ caution.
"""
......@@ -32,7 +32,7 @@ def required():
def setup_develop(path):
title(path)
os.system('cd %s && uv pip install -e .' % path)
os.system('cd %s && uv pip install -e . --config-settings editable_mode=compat' % path)
# os.system('cd %s && %s setup.py develop' % (path, PYTHON))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment