diff --git a/README.md b/README.md index e9758f9..8bac82a 100755 --- a/README.md +++ b/README.md @@ -46,8 +46,13 @@ git clone git@github.com:SamuelSchmidgall/AgentLaboratory.git python -m venv venv_agent_lab ``` - Now activate this environment: + - In UNIX based systems: ```bash source venv_agent_lab/bin/activate +``` + - In Windows Powershell, use the provided script: +```bash +.\venv_agent_lab\Scripts\Activate.ps1 ``` 3. **Install required libraries**