Skip to content

Commit e5812a8

Browse files
authored
Update README.md
1 parent 08ca77a commit e5812a8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,10 +294,12 @@ On finishing type `deactivate` to exit the virtual environment.
294294

295295
If you are using audio or video, install VLC (download from site) or: sudo pacman -S vlc
296296
Install pip and venv:
297+
297298
`sudo pacman -S python python-pip python-virtualenv`
298299

299300
Download and unzip the Qualcoder folder. Then `cd` to the QualCoder folder.
300301
Set up virtual environment and install python modules. The virtual environment will be in its own folder called env. Installing required modules takes a while.
302+
301303
```
302304
python3 -m venv env
303305
source env/bin/activate
@@ -306,18 +308,22 @@ pip install -r requirements.txt
306308
```
307309

308310
Now, the command to start QualCoder, for versions up to 3.6:
311+
309312
`python3 -m qualcoder`
310313

311314
Latest code, version 3.7 and up, cd to the inner src folder first:
315+
312316
```
313317
cd src
314318
python -m qualcoder
315319
```
316320

317321
After using QualCoder deactiatve the virtual environment.
322+
318323
`deactivate`
319324

320325
Usage any time after the install, move to the folder (then to inner src folder if using 3.7 and up), then:
326+
321327
``
322328
cd QualCoder
323329
source env/bin/activate

0 commit comments

Comments
 (0)