8000 Updated to use new reqs approach. · masteringmatplotlib/architecture@e2bde6d · GitHub
[go: up one dir, main page]

Skip to content

Commit e2bde6d

Browse files
committed
Updated to use new reqs approach.
1 parent 5120dd9 commit e2bde6d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ setup-submodule:
1717

1818
# The 'setup' target needs to be run before the 'project-deps' target,
1919
# so that the includes are present (done by 'make project-setup').
20-
deps: pygraphviz project-deps
20+
deps: pygraphviz base-deps
21+
. $(VENV)/bin/activate && \
22+
pip3.4 install -r requirements/part2.txt
2123

2224
setup:
2325
@git submodule init

requirements.txt renamed to requirements/part2.txt

-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@ flake8
33
typecheck-decorator == 0.3b
44
graphviz
55
networkx
6-
matplotlib
7-
ipython[notebook]
86
pycallgraph

0 commit comments

Comments
 (0)
0