Skip to content
Snippets Groups Projects
Commit 1f388d49 authored by jkerdreu's avatar jkerdreu
Browse files

Swtich to uv


git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3177 b32b6428-25c9-4566-ad07-03861ab6144f
parent 19625b44
Branches
No related tags found
No related merge requests found
......@@ -25,14 +25,15 @@ def title(msg):
def required():
os.system('pip install --upgrade pip')
os.system('pip install wheel')
#os.system('pip install --upgrade pip')
os.system('pip install uv')
os.system('uv pip install wheel')
def setup_develop(path):
title(path)
os.system('cd %s && pip install -e .' % path)
os.system('cd %s && %s setup.py develop' % (path, PYTHON))
os.system('cd %s && uv pip install -e .' % path)
# os.system('cd %s && %s setup.py develop' % (path, PYTHON))
def setup_install(path):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment