Skip to content
This repository has been archived by the owner on Sep 22, 2020. It is now read-only.

Commit

Permalink
makefile, etc
Browse files Browse the repository at this point in the history
  • Loading branch information
icaromedeiros committed Feb 4, 2013
1 parent a22006f commit 3226490
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
NEW_PYTHONPATH="`pwd`/src:$(PYTHONPATH)"

install:
@echo "Installing dependencies..."
@pip install -r requirements.txt

clean:
@find . -name "*.pyc" -delete

tornado: clean
@echo "The tornado is coming..."
PYTHONPATH="$(NEW_PYTHONPATH)" python -m servers.tornado_server
Empty file added src/__init__.py
Empty file.

0 comments on commit 3226490

Please sign in to comment.