Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 614 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 614 Bytes

Looking for the slide deck?

To get python up and running with virtualenv (non-Windows, sorry :(). With the commands sudo, you will need to enter your password.

sudo easy_install pip

sudo pip install virtualenv

To get this up and running (non-Windows):

git clone https://github.com/cameronmaske/intoxicoders-beer-api.git intoxicoders

virtualenv intoxicoders

cd intoxicoders

source bin/activate

pip install -r requirements.txt

To run the two example Python scripts and see their output:

python test.py

python beer_me.py