Skip to content

Commit 84e6a7d

Browse files
authored
Update README.md
1 parent e500969 commit 84e6a7d

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,25 @@ Then install Lyriks with pip:
6767
pip install lyriks-video
6868
```
6969

70+
### Gemini API Key
71+
72+
Set your Gemini API key as an environment variable before running Lyriks:
73+
74+
**Linux/macOS:**
75+
```bash
76+
export GEMINI_API_KEY="your-gemini-api-key"
77+
```
78+
79+
**Windows (Command Prompt):**
80+
```cmd
81+
set GEMINI_API_KEY=your-gemini-api-key
82+
```
83+
84+
**Windows (PowerShell):**
85+
```powershell
86+
$env:GEMINI_API_KEY="your-gemini-api-key"
87+
```
88+
7089
---
7190

7291
## Usage

0 commit comments

Comments
 (0)