Added Windows version to copy and create .env file

This commit is contained in:
Prashant Garbuja
2023-11-04 19:35:45 +11:00
committed by GitHub
parent 70f78dbfb7
commit 176b0da74e

View File

@@ -67,7 +67,7 @@ After you have Python and (optionally) PostgreSQL installed, follow these steps:
4. `source pilot-env/bin/activate` (or on Windows `pilot-env\Scripts\activate`) (activate the virtual environment)
5. `pip install -r requirements.txt` (install the dependencies)
6. `cd pilot`
7. `mv .env.example .env` (create the .env file)
7. `mv .env.example .env` (or on Windows `copy .env.example .env`) (create the .env file)
8. Add your environment to the `.env` file:
- LLM Provider (OpenAI/Azure/Openrouter)
- your API key