Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 560 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 560 Bytes

Identicons

Ref: https://bkowshik-identicons.streamlit.app/

Setup

# Clone the repository.
git clone [email protected]:bkowshik/identicons.git

# Install the required Python dependencies.
cd identicons
pip install -r requirements.txt

# Run using the streamlit command.
streamlit run identicons.py

Managing requirements

NOTE: Python dependencies were identified automatically using bndr/pipreqs.

cd identicons

pip install pipreqs
pipreqs .

cat requirements.txt