You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: readme.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,10 @@ A web client that generates transcripts of students via parsing data from specif
4
4
* Generation of transcript in specified range of roll numbers is supported!
5
5
6
6
## 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).
8
9
* 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`
10
11
* Execute `python3 uiImpl.py` and the server will start at the shown port
0 commit comments