Installing the import command line interface (CLI)

To use the command line, you must install the import CLI on your local computer or on the computer that you use to import data.

Before you begin

  • Install Python 3.6.5 or later. If you want to use TLS 1.2, install Python 3.6.5 or later.

    Use a 3.x version. Version 2 is not supported.

  • If the preferred installer program (PIP) is not installed with your Python version, also install PIP.
  • Install the Requests package.

Procedure

  1. On the node where StoredIQ® for Legal is installed, navigate to the directory where the CLI package is stored.
    • StoredIQ for Legal (VM): Change to the /siq/samples directory.
    • StoredIQ for Legal (Container): Change to the IBM_STOREDIQ_FOR_LEGAL_Vv.r.m.fp_CLOUD/tools/siq4l directory
  2. Download the file siq4l-cli-1.4.0.tar.gz to the computer from which you want to import data into StoredIQ for Legal.
  3. Change to the download directory and run the following command to install the import CLI:
    Python_install_dir\Scripts\pip3 install ./siq4l-cli-1.4.0.tar.gz
    Note:
    • If you are working with the version prior to 2.0.3.11, you need to use pip install ./siq4l-cli-1.3.0.tar.gz along with the above mentioned command.
    • Starting from version, 2.0.3.11 use pip3 install ./siq4l-cli-1.4.0.tar.gz as mentioned above.

Results

The import CLI V1.4.0 is installed.