Logo
Install SphereEx-Boot

Install SphereEx-Boot #

Installing SphereEx-Boot Online #

  1. Run the following command to install SphereEx-Boot.

    [root@centos71 ~]# curl -sSL https://download.sphere-ex.com/boot/install.sh | bash
       
    ############################################# 100.0%
       
    Processing ./spex-0.1.0.tar.gz
       
    Preparing metadata (setup.py) ... done
       
    ……
       
    Successfully install spex.....
    

Installing SphereEx-Boot Offline #

$ pip install spex-0.1.0.tar.gz
  • If pip is not installed, you can unzip spex-0.1.0.tar.gz installation package, then enter the decompression directory and run the following command to install.
python setup.py install