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:
${GIT_REPOSITORY_DIR}/src/apt-packages.txt
${GIT_REPOSITORY_DIR}/requirements.txt
-
Run:
sudo xargs apt -y install < ${GIT_REPOSITORY_DIR}/src/apt-packages.txt
-
Run:
sudo pip3 install -r ${GIT_REPOSITORY_DIR}/requirements.txt