From ce8c365fc48a1b5a82f7b9cbe15055fdcb17c06d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristofer=20Rolf=20S=C3=B6derstr=C3=B6m?= Date: Mon, 17 Apr 2023 20:28:52 +0200 Subject: [PATCH] Update and rename Mac_2_instructions.txt to Mac_instructions.txt --- Mac_2_instructions.txt | 6 ------ Mac_instructions.txt | 5 +++++ 2 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 Mac_2_instructions.txt create mode 100644 Mac_instructions.txt diff --git a/Mac_2_instructions.txt b/Mac_2_instructions.txt deleted file mode 100644 index 376591f..0000000 --- a/Mac_2_instructions.txt +++ /dev/null @@ -1,6 +0,0 @@ -### Steps to make command file executable -To make a file executable on a Mac, you need to open a terminal window in the directory where the file is located. Then run the following command: - -chmod +x run_MAC_2.command - -After running this command, the file should be marked as executable and you should be able to run it by double-clicking on it. \ No newline at end of file diff --git a/Mac_instructions.txt b/Mac_instructions.txt new file mode 100644 index 0000000..a114f42 --- /dev/null +++ b/Mac_instructions.txt @@ -0,0 +1,5 @@ +### How to run on Mac +Unfortunately, I have not found a permament solution for this, not being a Mac user has limited the ways I can test this. For now, these are the recommended steps for a beginner user: +1. Open a terminal and navigate to the root folder (transcribe-main if you downloaded the folder). You can also right-click (or equivalent) on the root folder to open a Terminal within the folder. +2. Run the following command: +```python GUI.py```