Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 425 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 425 Bytes

Looking for the slide deck?

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