Retro Eye care Haitian Deep Dark Default
Logo
Install SphereEx-Boot

Install SphereEx-Boot #

Installing SphereEx-Boot Online #

  1. Run the following command to install SphereEx-Boot.
curl -sSL https://download.sphere-ex.com/boot/spex_boot_1.0_install.sh | sh

Installing SphereEx-Boot Offline #

Prerequisites

  • Has sent spex-boot-offline-1.0.tar.gz installation package to target host.
  • The Target Host needs to have a Python 2.7 environment.
  • Pip is installed, if not installed, you can install it using the pip source package within the offline package.

Procedure

  1. Install setuptools.
cd spex-boot-offline-1.0
tar -xf setuptools-41.0.1.tar.gz
cd setuptools-41.0.1
python setup.py install
  1. Install pip (you can skip this step if it’s already installed).
$ tar -zxvf pip-20.3.4.tar.gz
$ cd pip-20.3.4
$ python setup.py install
  1. The Target Host installs the dependent package.
$ pip install --no-index --find-links=./package -r requirements.txt
  1. The target host installs the Boot.
$ pip install spex-boot-1.0.tar.gz