Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 503 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 503 Bytes

talk_bot - Getting started

First setup

  1. Clone the repository:
git clone https://github.com/bafaurazan/talk_bot.git
  1. Navigate to the project directory:
cd talk_bot

Starting app development

  1. Copy the .env.example file:
cp .env.example .env
  • Modify the environment variables to suit your requirements.
  1. Launching services
  • Install app requirements
python app_run.py --install
  • run app
python app_run.py