Skip to content

Commit a1ba959

Browse files
authored
Update README.md
1 parent 2e313b4 commit a1ba959

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,19 @@ py -m pip install --upgrade pip
6363
py -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
6969
py -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+
7279
8. 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

8491
If 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

0 commit comments

Comments
 (0)