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