Create executing.md

This commit is contained in:
Frederik Fix 2022-09-15 18:42:28 +02:00 committed by GitHub
parent 90a580f684
commit 98c6e0c38b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# 1. Executing
## Installation
First install the dependencies:
```bash
pip install -r requirements.txt
```