-
Notifications
You must be signed in to change notification settings - Fork 114
Open
Description
Hey,
I just tried your manual to install QC from source for macOS. Maybe this manual requires some updates? Happy to provide a PR, but I first wanted to ask some questions/comments.
- Do you really need the Xcode CLI tools, since you are linking python.org. IIRC, this should run without the Xcode CLI tools.
- Why do you need the
get-pip.py?pip(and its aliasespip3andpython -m pip) is included in every python install from python.org. - The path
python3 /applications/QualCoder-master/qualcoder/__main__.pydoes not exist after the first install method (python3 -m pip install .). macOS can be case-sensitive so it should better be/Applicationsand the folderQualCoder-master/qualcoderdoes not exist even after runningpython3 -m pip install ., but I was able to runQualCoder-master/src/qualcoderafter successful installation. Is that the correct way to run it? - The second method (
python3 setup.py py2app) fails withRecursionError: maximum recursion depth exceeded.
Metadata
Metadata
Assignees
Labels
No labels