From b3a75358250f4ec195dde2d791d40acbb1aae577 Mon Sep 17 00:00:00 2001 From: Sebastian Kutny <97989092+WallyS02@users.noreply.github.com> Date: Mon, 29 May 2023 17:07:33 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61d493a..d628826 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ but it will be expanded to include even recursive neural networks version or the ## How to run? 1. Execute `pip3 install -r requirements.txt` to install all dependencies. 2. Open Python shell (just `python3` command) and enter `nltk.download("punkt")`. -3. Run `python3 main.py`, then select "Prepare data". -4. Pick your desired song type from the menu :) +3. Run `python3 main.py`, then select desired option. +4. Enjoy generating :) ## Authors - Sebastian Kutny