Skip to content

Instantly share code, notes, and snippets.

View jmkoni's full-sized avatar
💻

Jennifer Konikowski jmkoni

💻
View GitHub Profile
@jmkoni
jmkoni / lpthwdjango
Created August 18, 2013 17:32
Starting project for final LPTHW class
1) Change into directory that you want your project in.
ex: mkdir SongIdentifier
cd SongIdentifier
2) Install and run virtualenv
pip install virtualenv
virtualenv --no-site-packages testenv
source testenv/bin/activate
3) Install required packages: