File size: 354 Bytes
91eaff6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Getting Started

<img src="../assets/nouns/tutorial.png" alt="Video Tutorial by artworkbean from the Noun Project" />

## Installation

Install from [PyPi](https://pypi.python.org/pypi/textgraphs):

```bash
python3 -m pip install -U textgraphs
```

## Sample Usage

Run the demos locally:

```bash
python3 demo.py
```

```bash
streamlit run app.py
```