Logo
Installing SphereEx-Boot Offline

Installing SphereEx-Boot Offline #

  1. Download the SphereEx-Boot at the following link: https://download.sphere-ex.com/boot/spex-0.1.0.tar.gz. After the download is completed, run the following command to install.
[root@centos71 ~]# pip install spex-0.1.0.tar.gz
Preparing metadata (setup.py) ... done
Requirement already satisfied: ansible<=2.10.7,>=2.8.0 in /usr/local/lib/python3.6/site-packages (from spex==0.1.0) (2.10.7)
……
Installing collected packages: spex
  Attempting uninstall: spex
    Found existing installation: spex 0.1.0
    Uninstalling spex-0.1.0:
      Successfully uninstalled spex-0.1.0
    Running setup.py install for spex ... done
Successfully installed spex-0.1.0
  1. After the installation is completed, run the command spex --version to view the version.
[root@centos71 ~]# pip --version
pip 21.3.1 from /usr/local/lib/python3.6/site-packages/pip (python 3.6)