From 383aecda8ab377cd12e3da45fa9eef458acf96bd Mon Sep 17 00:00:00 2001 From: Conner Vieira Date: Wed, 6 Mar 2024 10:43:33 -0500 Subject: [PATCH] Added clarification to quick-start --- docs/INSTALL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 3fe40fa..ca21fc4 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -13,6 +13,7 @@ If you're already familiar with Predator, and you just want a quick set-up guide - Note that depending on a virtual environment is likely to cause issues if you want to run Predator through Optic, Cortex, or another front-end interface, since these interfaces run outside of the virtual environment. In this case, you should try to install the required Python packages through your operating system's default package manager. 2. Install Linux packages: `sudo apt-get install ffmpeg mpg321 gpsd gpsd-clients imagemagick fswebcam` 3. Install an ALPR engine, like [Phantom](https://v0lttech.com/phantom.php). +4. Configure Predator, as described in the [CONFIGURATION.md](CONFIGURATION.md) file. ## Full Install Guide