Skip to content

Commit f1ef952

Browse files
committed
minute changes
1 parent 1756302 commit f1ef952

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md readme.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ A web client that generates transcripts of students via parsing data from specif
44
* Generation of transcript in specified range of roll numbers is supported!
55

66
## Running the website
7-
* Create a new [venv](https://docs.python.org/3/library/venv.html) via `python3 -m ./cenv`(`cenv` can be replaced by _any_ name which you want, it is the name of the virtual env you want to create).
7+
Given instructions should be followed in the order which they are given below:
8+
* Create a new [venv](https://docs.python.org/3/library/venv.html) via `python3 -m venv ./cenv`(`cenv` can be replaced by _any_ name which you want, it is the name of the virtual env you want to create).
89
* Activate the venv via `source cenv/bin/activate`
9-
* Now install dependencies via `pip3 install -r rex.txt`
10+
* Now install dependencies via `pip3 install -r rex`
1011
* Execute `python3 uiImpl.py` and the server will start at the shown port
1112
* `^Z` / `^C` to stop the server
1213
* `deactivate` to exit from the created venv

rex.txt rex

File renamed without changes.

0 commit comments

Comments
 (0)