Update version, fix psutil install

This commit is contained in:
VirtuBox
2022-12-23 08:11:44 +01:00
parent 3ea6c86256
commit 67ff78e077
2 changed files with 4 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# wget -qO wo wops.cc && sudo -E bash wo # wget -qO wo wops.cc && sudo -E bash wo
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# Version 3.16.0 - 2022-12-22 # Version 3.16.0 - 2022-12-23
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# CONTENTS # CONTENTS
@@ -445,7 +445,7 @@ wo_install() {
python3 -m pip uninstall setuptools -y python3 -m pip uninstall setuptools -y
python3 -m pip install -I setuptools==57.5.0 python3 -m pip install -I setuptools==57.5.0
python3 -m pip install -U pip wheel python3 -m pip install -U pip wheel
python3 -m pip uninstall psutil python3 -m pip uninstall psutil -y
else else
rm -rf /opt/wo rm -rf /opt/wo
python3 -m venv /opt/wo python3 -m venv /opt/wo
@@ -510,6 +510,7 @@ wo_travis_install() {
python3 -m pip uninstall setuptools -y python3 -m pip uninstall setuptools -y
python3 -m pip install -I setuptools==57.5.0 python3 -m pip install -I setuptools==57.5.0
python3 -m pip install -U pip wheel python3 -m pip install -U pip wheel
python3 -m pip uninstall psutil -y
else else
rm -rf /opt/wo rm -rf /opt/wo
python3 -m venv /opt/wo python3 -m venv /opt/wo

View File

@@ -8,7 +8,7 @@ VERSION = WOVar.wo_version
BANNER = """ BANNER = """
WordOps v%s WordOps v%s
Copyright (c) 2022 WordOps. Copyright (c) 2023 WordOps.
""" % VERSION """ % VERSION