diff --git a/docs/en/training/executing.md b/docs/en/training/executing.md new file mode 100644 index 0000000..9916ad5 --- /dev/null +++ b/docs/en/training/executing.md @@ -0,0 +1,8 @@ +# 1. Executing + +## Installation + +First install the dependencies: +```bash +pip install -r requirements.txt +```