textgraphs / docs /start.md
Paco Nathan
A new start
91eaff6
|
raw
history blame contribute delete
No virus
354 Bytes
# 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
```