diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-02-24 23:11:46 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-02-24 23:17:14 +0100 |
commit | 17ff995eb623dcaea579e33e507091d6169c52e5 (patch) | |
tree | 8ce2ba30257b8d505515931492965e62212ccd06 /Makefile | |
parent | 18167a3c502e9d61828067c3f6e56b5182584249 (diff) | |
download | Trader-17ff995eb623dcaea579e33e507091d6169c52e5.tar.gz Trader-17ff995eb623dcaea579e33e507091d6169c52e5.tar.zst Trader-17ff995eb623dcaea579e33e507091d6169c52e5.zip |
Add requirement filev0.1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ | |||
1 | install: | ||
2 | pip install --user -r requirements.txt | ||
3 | |||
1 | test: | 4 | test: |
2 | python test.py | 5 | python test.py |
3 | 6 | ||