Revert "v2.5.0"

This reverts commit 0df77f24d3.
This commit is contained in:
Jeroen Oudshoorn
2023-10-22 18:25:02 +02:00
parent e08edb14a4
commit 924a76153e
2 changed files with 4 additions and 5 deletions

View File

@ -126,7 +126,7 @@ def install(display, update):
source_path = "%s-%s" % (source_path, update['available'])
# setup.py is going to install data files for us
os.system("cd %s && pipx install ." % source_path)
os.system("cd %s && pip3 install ." % source_path)
return True