Skip to content

Commit a453bf1

Browse files
authored
Update README.md
1 parent a1ba959 commit a453bf1

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,19 +164,26 @@ pip install "numpy<2" # Don't forget the quotation marks
164164
python3 /applications/QualCoder-master/qualcoder/__main__.py
165165
```
166166

167+
Or if using latest code (versions 3.7 and up):
168+
```
169+
python3 /applications/QualCoder-master/qualcoder/src/__main__.py
170+
```
171+
172+
167173
Alternative suggested commands to run QualCoder:
168174

169175
From any directory:
170176

171177
`qualcoder`
172178

173-
From the QualCoder-Master directory:
179+
From the QualCoder-Master folder:
174180

175181
`python3 -m qualcoder`
176182

177-
or
178-
179-
`python3 qualcoder/__main__.py`
183+
Or if using latest code (versions 3.7 and up), cdt oth src folder:
184+
```
185+
python3 -m \_\_main\_\_.py
186+
```
180187

181188
Another option to run Qualcoder is shown here: [https://www.maketecheasier.com/run-python-script-in-mac/](https://www.maketecheasier.com/run-python-script-in-mac/). This means you can right-click on the qualcoder.py file and open with --> python launcher.
182189
You can make an alias to the file and place it on your desktop.

0 commit comments

Comments
 (0)