commit 0e37a389b12b9198e52cfdb0e433a55113f5d384
parent 5b721aa15e1d9455822128df7335696b66d5928e
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date: Sat, 25 Apr 2020 09:30:27 -0700
Update README.md
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -2,6 +2,7 @@
Creates a lyrics powerpoint from a list of songs. This program does NOT add any copyright information to the powerpoint. The user must do this manually.
## Features
+Not all features are currently available in the web interface.
- Can parse any song given the artist and title.
- New slides are automatically started at the beginning of verses, bridges, choruses, etc.
- The user can easily review and edit the slides.
@@ -9,7 +10,7 @@ Creates a lyrics powerpoint from a list of songs. This program does NOT add any
- The slides can be added to a new or existing powerpoint.
## Usage
-Install the dependencies.
+Install the python requirements.
```
pip install -r requirements.txt
```