Skip to content

pdxacm/acmbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

acmbot

Build Status

Bot for the PDX acm

Install

Installing in a virtualenv

# 1. Clone acmbot
git clone https://github.com/pdxacm/acmbot.git
# 2. Enter Repo
cd acmbot
# 3. Create a virtual enviroment
virtualenv venv
# 4. Enter vittual enviroment
source venv/bin/activate
# 5. Install dependencies
python setup.py install