- Create a virtual environment and activate it:
python -m venv venv
source venv/bin/activateInstall the dependencies:- Set the PYTHONPATH to the parent directory of supportshell_assistant.
export PYTHONPATH=$(pwd)- Run the Flask API Module: Navigate to the parent directory of supportshell_assistant and execute:
python -m supportshell_assistant.apipython -m supportshell_assistant.main