-
Notifications
You must be signed in to change notification settings - Fork 37
Getting Started
Kent Wills edited this page Feb 20, 2017
·
12 revisions
- Head over to SDK Download
- Complete the optional steps 4
- For step 6 run
gcloud components install app-engine-python
git clone [email protected]:Yelp/beans.git
- Navigate to yelp-beans source
make development
source venv/bin/activate
- Using fish?
. venv/bin/activate.fish
make test
make serve