File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,12 +63,19 @@ py -m pip install --upgrade pip
6363py -m pip install -r requirements.txt
6464```
6565
66- 7 . Run QualCoder from the command prompt
66+ 7 . Run QualCoder from the command prompt, versions up to 3.6
6767
6868``` bash
6969py -m qualcoder
7070```
7171
72+ Latest code, version 3.7 and up, cd to the inner src folder first:
73+
74+ ``` bash
75+ cd src
76+ py -m qualcoder
77+ ```
78+
72798 . If running QualCoder in a virtual environment, to exit the virtual environment type:
7380
7481` deactivate `
@@ -83,7 +90,9 @@ If you are not using a virtual environment, as long as you are in the same drive
8390
8491If you are using a virtual environment:
8592
86- ` cd ` to the Qualcoder-master (or Qualcoder release folder), then type:
93+ ` cd ` to the Qualcoder-master (or Qualcoder release folder). Note: If using verion 3.7 (least code or newer), also mov eto a n inner folder: ` cd src `
94+
95+ Then type:
8796
8897` env\Scripts\activate `
8998
You can’t perform that action at this time.
0 commit comments