Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
# Instructions taken from https://tecadmin.net/install-python-3-5-on-ubuntu/ .
# Must use >=python3.5 , To install it if you don't have it run these commands:
# sudo apt update && sudo apt upgrade --yes
# sudo apt-get install build-essential checkinstall --yes # Press y and enter after it prompts you
# sudo apt-get install libreadline-gplv2-dev libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev --yes # Press y and enter after it prompts you
# cd /usr/src
# sudo wget https://www.python.org/ftp/python/3.5.2/Python-3.5.2.tgz
# sudo tar xzf Python-3.5.2.tgz
# cd Python-3.5.2
# sudo ./configure
# sudo make altinstall
# cd ~/workspace
# Dependencies used for ChatBot ALL project
# MUST be installed with python 3.5, otherwise won't work
# Should use the command: sudo python3.5 -m pip install -r requirements.txt
discord.py
weather-api == 0.0.3
google