File tree Expand file tree Collapse file tree 3 files changed +3
-24
lines changed Expand file tree Collapse file tree 3 files changed +3
-24
lines changed Original file line number Diff line number Diff line change @@ -8,22 +8,13 @@ MYPY=$(VENV)/bin/mypy
8
8
virtual-env :
9
9
$(SYSTEM_PYTHON ) -m venv $(VENV )
10
10
11
- pygraphviz :
12
- @git clone https://github.com/pygraphviz/pygraphviz
13
- @. $(VENV ) /bin/activate && \
14
- cd pygraphviz && \
15
- git checkout 6c0876c9bb158452f1193d562531d258e9193f2e && \
16
- git apply ../patches/graphviz-includes.diff && \
17
- python setup.py install
18
- @rm -rf pygraphviz
19
-
20
11
$(MYPY ) :
21
12
git clone https://github.com/JukkaL/mypy.git
22
13
. $(VENV ) /bin/activate && \
23
14
cd mypy && $(PYTHON ) setup.py install
24
15
rm -rf mypy
25
16
26
- deps : pygraphviz
17
+ deps :
27
18
. $(VENV ) /bin/activate && \
28
19
pip3.4 install -r requirements.txt
29
20
Original file line number Diff line number Diff line change 1
- # architecture
1
+ # APIs
2
+
2
3
3
4
## Dependencies
4
5
5
6
The following are required for these examples:
6
7
7
8
* Python 3.4
8
- * graphviz header files
9
9
10
- For Python, download 3.4 from python.org. For graphviz on Mac OS X:
11
-
12
- ```
13
- $ brew install graphviz
14
- ```
15
10
16
11
## Instructions
17
12
@@ -24,7 +19,3 @@ IPython Notebook server:
24
19
```
25
20
26
21
At which point a browser window will open, with a view of this notebook.
27
-
28
- Note that this notebook assumes you have the Graphviz include files installed
29
- under `` /usr/local `` . If this is not the case, you will want to manually
30
- install pygraphviz into this virtual env.
Original file line number Diff line number Diff line change 1
1
setuptools
2
2
flake8
3
3
typecheck-decorator == 0.3b
4
- graphviz
5
- networkx
6
4
matplotlib
7
5
ipython [notebook ]
8
- pycallgraph
You can’t perform that action at this time.
0 commit comments