Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SeoulSKY authored Aug 20, 2023
1 parent ff68eae commit a682464
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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
Expand Down Expand Up @@ -90,6 +90,8 @@ source venv/bin/activate
pip install -r requirements.txt
```

* Setup playwright

```bash
playwright install
playwright install-dev
Expand Down

0 comments on commit a682464

Please sign in to comment.