Before proceeding, deactivate any existing virtual environment:
deactivateconda deactivateThe environment setup code is provided in the setup.sh file for macOS and setup.bat for Windows.
In the command line, navigate to the directory where the setup.sh file is located and run:
chmod +x setup.sh./setup.shRun the script
setup.batTo start the application navigate to the app directory in the terminal by executing the following command:
source .clif_lighthouse/bin/activate
cd app
streamlit run app.py