安装 SphereEx-Boot #
在线安装 SphereEx-Boot #
执行下面命令,安装 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.....
离线安装 SphereEx-Boot #
- 从路径 https://download.sphere-ex.com/boot/spex-0.1.0.tar.gz 下载 SphereEx-Boot 工具安装包,下载后执行下面命令安装。
$ pip install spex-0.1.0.tar.gz
- 如果没有安装 pip 时,可以解压 spex-0.1.0.tar.gz 安装包,然后进入到解压目录执行如下命令安装。
python setup.py install