Installation

The repository for the code is hosted at https://github.com/sebastiandres/streamlit_book.

From pypi

You can install the library from pypi. This is the safe way. Don’t stray from this path.

pip install streamlit_book

On the requirements.txt file it should be simply the line:

streamlit_book

Or, optionally, for the specific version X.Y.Z:

streamlit_book==X.Y.Z

From repository

You can install the library directly from the latest available version on github. This is good for testing the library, but might encounter some bugs, in which case you should let us know!

pip install git+https://github.com/sebastiandres/streamlit_book.git

On the requirements.txt file it should be simply the line:

git+https://github.com/sebastiandres/streamlit_book.git