`python -m venv .venv` | |
`source .venv/bin/activate` | |
`pip3 install -r requirements.txt` | |
`python3 main.py https://github.com/streamlit/streamlit` | |
where the URL is the repo you want to ask questions about |
`python -m venv .venv` | |
`source .venv/bin/activate` | |
`pip3 install -r requirements.txt` | |
`python3 main.py https://github.com/streamlit/streamlit` | |
where the URL is the repo you want to ask questions about |