mirror of
https://github.com/tcsenpai/mysides.git
synced 2025-06-02 17:20:05 +00:00
8 lines
265 B
Bash
8 lines
265 B
Bash
#!/bin/bash
|
|
|
|
pip install -r requirements.txt
|
|
cp .env.example .env
|
|
echo "You should now open your .env file and insert your Perplexity API Key."
|
|
echo "You can get one at: https://www.perplexity.ai/settings/api"
|
|
echo "Then, launch main.py and wait for it to finish."
|