Skip to content

Commit 04dc16e

Browse files
authored
Merge pull request #144 from nschloe/readme
update README
2 parents 88ba4ca + 7edc677 commit 04dc16e

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -87,26 +87,14 @@ contains great examples of how to make your plot look even better.
8787

8888
### Installation
8989

90-
#### Python Package Index
91-
9290
matplotlib2tikz is [available from the Python Package
93-
Index](https://pypi.python.org/pypi/matplotlib2tikz/), so to install/upgrade
91+
Index](https://pypi.python.org/pypi/matplotlib2tikz/), so
9492
simply type
9593
```
9694
pip install -U matplotlib2tikz
9795
```
96+
to install/update.
9897

99-
#### Manual installation
100-
101-
Download matplotlib2tikz from
102-
[the Python Package Index](https://pypi.python.org/pypi/matplotlib2tikz/).
103-
Place the matplotlib2tikz script in a directory where Python can find it (e.g.,
104-
`$PYTHONPATH`). You can install it system-wide with
105-
```
106-
python setup.py install
107-
```
108-
or place the script `matplotlib2tikz.py` into the directory where you intend to
109-
use it.
11098

11199
#### Dependencies
112100

0 commit comments

Comments
 (0)