Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 662 Bytes

File metadata and controls

39 lines (28 loc) · 662 Bytes

Logo

Study Buddy

...

Installation

Recommend Python 3

# clone the repo
git clone https://github.com/study-buddy-developers/study-buddy.git

# change the working directory
cd study-buddy

# Create Env
python3 -m venv .venv

# Enter Env
source .venv/bin/activate

# install the requirements
python3 -m pip install -r requirements.txt

# run bot
python3 bot.py