Python Usage/Development
Installation
Instructions
Last updated
Choose the correct option for your computer.
This creates an imgcorrect-venv environment that all scripts should be run in and installs the analyticstest library for the scripts to reference. If no errors appear, the imgcorrect library should be installed correctly.
conda env create -f environment.yml
conda activate imgcorrect-venv
pip install .Change hint settings you may need to add --user at the end of the install command.

Use local data folders when running the proceesing scripts.
Last updated
