Skip to content

xdavidson/supportshell_assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SupportShell Assistant

Setup

  1. Create a virtual environment and activate it:
python -m venv venv
source venv/bin/activate

Install the dependencies

Install the dependencies:

Running the Flask API

  1. Set the PYTHONPATH to the parent directory of supportshell_assistant.
export PYTHONPATH=$(pwd)
  1. Run the Flask API Module: Navigate to the parent directory of supportshell_assistant and execute:
python -m supportshell_assistant.api

Running the Commandline APP

python -m supportshell_assistant.main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published