This commit is contained in:
Paillat
2023-02-21 11:05:30 +01:00
2 changed files with 3 additions and 9 deletions

View File

@@ -24,15 +24,8 @@
- Clone the repository - Clone the repository
- Install the requirements with - Install the requirements with
`pip install -r requirements.txt` `pip install -r requirements.txt`
- Install scoop (if not alredy installed) by typing the following commands: - 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).
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
irm get.scoop.sh | iex
```
- Install marp by doing
```
scoop install marp
```
- Restart your computer - Restart your computer
- Put your openai api key and discord bot token in the `.env.example` file and rename it to `.env` - Put your openai api key and discord bot token in the `.env.example` file and rename it to `.env`

View File

@@ -0,0 +1 @@