Skip to content

Commit 34ec554

Browse files
author
Alejandro Gómez
committed
add Makefile
1 parent bc394f6 commit 34ec554

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
*.rope*
55
MANIFEST
66
docs/_build
7+
dist/
8+
*egg-info

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
init:
2+
pip install -r requirements/dev.txt

0 commit comments

Comments
 (0)