Install SphereEx-Boot #
Installing SphereEx-Boot Online #
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 #
- 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.
$ 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