Installation is really easy, just download the project and double click the SurveyBot.exe file
Open powershell, navigate to the project directory, and type the following:
$ virtualenv venv --distribute
$ venv/Scripts/activate
$ pip install -r requirements.txt
Open a terminal, navigate to the project directory, and type the following:
$ virtualenv venv --distribute
$ source venv/bin/activate
$ pip install -r requirements.txtTo Disable Virtualenv:
$ deactivateNavigate to File > Settings > Project > Project Interpreter
Click on the dropdown next to project interpreter and select Show All and a new window will appear
Click the plus, select Virtualenv then select the Existing Environment button. Set the interpeter to $PROJECTDIR/venv/bin/python