# 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 ```