From 34afe1b952294d39e0e2b57b0696415c977b5b30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristofer=20Rolf=20S=C3=B6derstr=C3=B6m?= Date: Wed, 22 Mar 2023 15:42:31 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ed95f9..410d8ad 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,6 @@ git clone https://github.com/soderstromkr/transcribe.git and use the example.ipynb template to use the script **OR (for beginners)** download the ```transcribe.py``` file into your work folder. Then you can either import it to another script or notebook for use. I recommend jupyter notebook for new users, see the example below. (Remember to have transcribe.py and example.ipynb in the same working folder). ### Example -See the [example](example.ipynb) implementation on jupyter notebook[^2]. +See the [example](example.ipynb) implementation on jupyter notebook. [^1]: Advanced users can use ```pip install ffmpeg-python``` but be ready to deal with some [PATH issues](https://stackoverflow.com/questions/65836756/python-ffmpeg-wont-accept-path-why), which I encountered in Windows 11.