Skip to content

Commit b4017c6

Browse files
authored
Update README.md
1 parent 1ea5187 commit b4017c6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,16 @@ pip install ttkthemes
4040

4141
#### Using the script
4242

43-
This is a simple script with no installation. You can either clone the repository with
43+
This is a simple script with no installation. You can download the zip folder and extract it to your preferred working folder.
44+
45+
![](Picture1.png)
46+
47+
Or by cloning the repository with:
4448

4549
```
4650
git clone https://github.com/soderstromkr/transcribe.git
4751
```
4852

49-
and use the example.ipynb template to use the script,
50-
**OR** 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](https://jupyter.org/) for new users, see the example below. (Remember to have `transcribe.py` and `example.ipynb` in the same working folder).
5153

5254
#### Example with Jupyter Notebook
5355

0 commit comments

Comments
 (0)