mirror of
https://github.com/Pythagora-io/gpt-pilot.git
synced 2026-01-09 13:17:55 -05:00
Added Windows version to copy and create .env file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user