heaversm's picture
initial commit - command line only.
449cbf5
|
raw
history blame
142 Bytes
`python -m venv .venv`
`source .venv/bin/activate`
`pip3 install -r requirements.txt`
`python3 main.py https://github.com/streamlit/streamlit`