Update and rename Mac_2_instructions.txt to Mac_instructions.txt

This commit is contained in:
Kristofer Rolf Söderström
2023-04-17 20:28:52 +02:00
committed by GitHub
parent e2afd34170
commit ce8c365fc4
2 changed files with 5 additions and 6 deletions

View File

@@ -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.

5
Mac_instructions.txt Normal file
View File

@@ -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```