diff --git a/README.md b/README.md index 43f6139..952b2e6 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Following is the description of each environment variable: | CAI_CHAR_ID | ID for the character in the Character AI. Follow the [guide](https://pycai.gitbook.io/welcome/api/values) to learn how to acquire it. | -### With [Docker](https://www.docker.com) (Recommended) +### Running With [Docker](https://www.docker.com) (Recommended) Run the following commands: @@ -58,7 +58,7 @@ docker build -t sorusora . docker run --name sorusora sorusora ``` -### Without [Docker](https://www.docker.com) +### Running Without [Docker](https://www.docker.com) * Install [python 3.10](https://www.python.org/downloads/) and [FFmpeg](https://ffmpeg.org/download.html) * Find the path to the Python executable @@ -90,6 +90,8 @@ source venv/bin/activate pip install -r requirements.txt ``` +* Setup playwright + ```bash playwright install playwright install-dev