Skip to content

Commit cbdc8bd

Browse files
committed
remove obsolete Dependencies section in README
1 parent 2f6296c commit cbdc8bd

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ This is matplotlib2tikz, a Python tool for converting matplotlib figures into
1414

1515
for native inclusion into LaTeX documents.
1616

17+
matplotlib2tikz works with both Python 2 and Python 3.
18+
1719
The output of matplotlib2tikz is in
1820
[PGFPlots](http://pgfplots.sourceforge.net/pgfplots.pdf), a LaTeX library that
1921
sits on top of TikZ and describes graphs in terms of axes, data etc.
@@ -96,18 +98,6 @@ pip install -U matplotlib2tikz
9698
to install/update.
9799

98100

99-
#### Dependencies
100-
101-
matplotlib2tikz needs [matplotlib](http://matplotlib.org/) and
102-
[NumPy](http://www.numpy.org/) to work. matplotlib2tikz works both with
103-
Python 2 and Python 3.
104-
105-
To use the resulting TikZ/PGFPlots figures, your LaTeX installation needs
106-
107-
* TikZ (aka PGF, >=2.00), and
108-
* PGFPlots (>=1.3).
109-
110-
111101
### Usage
112102

113103
1. Generate your matplotlib plot as usual.

0 commit comments

Comments
 (0)