Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 543 Bytes

install-and-configure-senzing-using-apt.md

File metadata and controls

25 lines (16 loc) · 543 Bytes

How to install and configure using apt

The following instructions are meant to be "copy-and-paste" to install and configure Senzing Engine for repository projects.

This process requires the following files:

  1. ${GIT_REPOSITORY_DIR}/src/apt-packages.txt
  2. ${GIT_REPOSITORY_DIR}/requirements.txt

APT installs

  1. Run:

    sudo xargs apt -y install < ${GIT_REPOSITORY_DIR}/src/apt-packages.txt

PIP installs

  1. Run:

    sudo pip3 install -r ${GIT_REPOSITORY_DIR}/requirements.txt