diff Makefile @ 0:1f85ed8ed469

Iniitial commit of sample ofxstatement plugin
author Andrey Lebedev <andrey@lebedev.lt>
date Sat, 02 Nov 2013 14:26:03 +0200
parents
children 829eb62755b0
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Makefile	Sat Nov 02 14:26:03 2013 +0200
@@ -0,0 +1,7 @@
+PYTHON=.venv/bin/python
+
+all: PYTHON
+
+PYTHON: setup.py
+	virtualenv -p python3 --no-site-packages .venv
+	$(PYTHON) setup.py develop
\ No newline at end of file