How to Install - Terminaator/chatbot GitHub Wiki

  1. Clone the project
  2. Download and install Anaconda if you dont already have it. -> https://conda.io/docs/user-guide/install/download.html
  3. Install estlntk 1.6.1beta. "conda install -c estnltk -c conda-forge estnltk" Should work
  4. If you are using Pycharm, then make sure it's using Anaconda's interpreter
  5. Install django -> pip install django
  6. Install requests -> pip install requests
  7. Install djangorestframework -> pip install djangorestframework
  8. Install everything else it says it's missing
  9. Run manage.py with argument runserver