Skip to content

Commit 320f17f

Browse files
committed
Update README
1 parent 8c4a44a commit 320f17f

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

Readme.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
11
# CampusNet Python
22

3+
## Installation
4+
5+
```´
6+
git clone https://github.com/TINF21CS1/python-campusnet/
7+
pip install .
8+
```
9+
10+
Pushing to PyPi soon.
11+
312
## Usage Examples
413

514
### Exam Script
615

7-
The `print_exams_as_table.py` script that is included in this repository will easily retrieve all Exams for a user and print them in a pretty table. This makes a quick overview very easy.
16+
The [`print_exams_as_table.py`](utils/print_exams_as_table.py) in `utils` script that is included in this repository will easily retrieve all Exams for a user and print them in a pretty table. This makes a quick overview very easy.
817

918
```
10-
PS > python .\print_exams_as_table.py
19+
$ python print_exams_as_table.py
1120
Username (mit @!): [email protected]
1221
Password:
1322
--------- ---------------------------------------- ------------------------------------------------------ ------------ -------------------------------------------- ---

0 commit comments

Comments
 (0)