Skip to content

Commit

Permalink
moved installation instructions to top
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinwan committed May 20, 2016
1 parent 638f752 commit 9d40228
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,15 @@ navigate latex files as trees, using either the default or a custom hierarchy. S

created by [Alvin Wan](http://alvinwan.com)

## Usage
# Installation

Install via pip.

```
pip install tex2py
```

# Usage

LaTeX2Python offers only one function `tex2py`, which generates a Python
parse tree from Latex. This object is a navigable, "Tree of Contents"
Expand Down Expand Up @@ -102,15 +110,7 @@ True
Chikin Scream
```

## Installation

Install via pip.

```
pip install tex2py
```

## Additional Notes
# Additional Notes

- Behind the scenes, tex2py uses [`TexSoup`](https://github.com/alvinwan/TexSoup). All tex2py objects have a
`source` attribute containing a [TexSoup](https://github.com/alvinwan/TexSoup) object.

0 comments on commit 9d40228

Please sign in to comment.