Follow these steps to set up the project:
-
Ensure Python 3.13.x is installed:
python -V
-
Create a virtual environment:
python -m venv venv
-
Activate the virtual environment:
- Windows:
venv\Scripts\activate
- macOS/Linux:
source venv/bin/activate
- Windows:
-
Set proxy:
- Windows:
proxy.bat
- macOS/Linux:
source proxy.sh
- Windows:
-
Install the required Python packages:
python -m pip install -r requirements.txt
-
Add a
.envfile:- Create a new file in the project root named
.env. - Copy the contents from
.env_exampleinto the new.envfile. - Update the variables in
.envas needed.
- Create a new file in the project root named
-
Run the project:
streamlit run langgraph_wifi_agent.py