DIY_assistant / setup.md
wishwakankanamg's picture
fixed the sidebar issue
d58b4eb
create a virtual enviremetn | windows --> python -m venv venv
activate the virtual environment | ./venv/scripts/activate
instll the requirements | pip install -r requirements.txt
run the project | gradio app.py
**make sure environment variable are set correctly**