From 10c4f43f3c5c4d1a4084cc67ae05e205b43b962b Mon Sep 17 00:00:00 2001 From: Paillat Date: Wed, 15 Feb 2023 13:48:45 +0100 Subject: [PATCH] Update README.md --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c81dfcf..1db3511 100644 --- a/README.md +++ b/README.md @@ -24,15 +24,8 @@ - Clone the repository - Install the requirements with `pip install -r requirements.txt` -- Install scoop (if not alredy installed) by typing the following commands: -``` -Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -irm get.scoop.sh | iex -``` -- Install marp by doing -``` -scoop install marp -``` +- Download the correct zip / tar marp file for your os [here](https://github.com/marp-team/marp-cli/releases/tag/v2.3.0). +- Extract the content of that file in the presentator folder (the one you downloaded on step 1). - Restart your computer - Put your openai api key and discord bot token in the `.env.example` file and rename it to `.env`