Skip to content

First LAC hack project: Twitter something-or-other

Notifications You must be signed in to change notification settings

ajyang818/pylon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pylon

First LAC hack project: Twitter something-or-other

Installation on OS X

Install brew, python, and git

You can figure this out

Install other stuff

sudo easy_install pip
sudo pip install virtualenv
brew install mysql

Set up a virtual environment

virtualenv pylon-env

Grab git repo

git clone https://github.com/ajyang818/pylon.git

Activate environment

. pylon-env/bin/activate

Install python dependencies

cd pylon-env/pylon
pip install -r conf/dependencies.txt

About

First LAC hack project: Twitter something-or-other

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages