- Create a virtual environment and activate it:
python -m venv venv
source venv/bin/activate
Install 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.api
python -m supportshell_assistant.main