Add missing newline to readme

This commit is contained in:
2024-02-05 19:58:35 +01:00
parent 09c7d1ac6f
commit f8adf63dd0

View File

@@ -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. 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:** 3. **Install Lichess specific Dependencies:**
Install the Python dependencies of the lichess bot by executing in the folder `/lichess_bot`: Install the Python dependencies of the lichess bot by executing in the folder `/lichess_bot`:
``` ```
pip install -r requirements.txt pip install -r requirements.txt