Skip to content

Commit fc97b15

Browse files
authored
Merge pull request #53 from nschloe/install
more readme
2 parents 6ede886 + fbd8804 commit fc97b15

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

README.md

+10-13
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,16 @@
1616

1717
blacktex is a command-line tool that helps with article editing in LaTeX. It removes all
1818
comments from a given file and corrects [some common
19-
anti-patterns](http://mirrors.ctan.org/info/l2tabu/english/l2tabuen.pdf). For example,
20-
with
19+
anti-patterns](http://mirrors.ctan.org/info/l2tabu/english/l2tabuen.pdf).
20+
21+
Install with one of
22+
23+
```
24+
pip install -U blacktex
25+
conda install -c conda-forge blacktex
26+
```
27+
28+
Then, with
2129

2230
```
2331
blacktex in.tex > out.tex
@@ -50,17 +58,6 @@ blacktex -i in0.tex in1.tex ...
5058

5159
to modify files in-place. See `blacktex -h` for all options.
5260

53-
### Installation
54-
55-
blacktex is [available from the Python Package
56-
Index](https://pypi.org/project/blacktex/), so with
57-
58-
```
59-
pip install -U blacktex
60-
```
61-
62-
you can install/upgrade.
63-
6461
### License
6562

6663
This software is published under the [GPLv3

0 commit comments

Comments
 (0)