aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-02-24 23:11:46 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-02-24 23:17:14 +0100
commit17ff995eb623dcaea579e33e507091d6169c52e5 (patch)
tree8ce2ba30257b8d505515931492965e62212ccd06 /Makefile
parent18167a3c502e9d61828067c3f6e56b5182584249 (diff)
downloadTrader-17ff995eb623dcaea579e33e507091d6169c52e5.tar.gz
Trader-17ff995eb623dcaea579e33e507091d6169c52e5.tar.zst
Trader-17ff995eb623dcaea579e33e507091d6169c52e5.zip
Add requirement filev0.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1464886..f811376 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,6 @@
1install:
2 pip install --user -r requirements.txt
3
1test: 4test:
2 python test.py 5 python test.py
3 6