From f8adf63dd03d17ef310ca77a413909ac9547cebe Mon Sep 17 00:00:00 2001 From: Lukas Wieser Date: Mon, 5 Feb 2024 19:58:35 +0100 Subject: [PATCH] Add missing newline to readme --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 4e63817..4fe1ba2 100644 --- a/readme.md +++ b/readme.md @@ -37,6 +37,7 @@ Optionally, if you also want to set up the lichess bot, follow these steps: Get an API key from [lichess](https://lichess.org/). And set the `token` in `lichess_bot/config.yml` to this API key. 3. **Install Lichess specific Dependencies:** + Install the Python dependencies of the lichess bot by executing in the folder `/lichess_bot`: ``` pip install -r requirements.txt