Skip to content

Commit

Permalink
Added commands for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xypnox committed Mar 11, 2018
1 parent fa46d9c commit c1b310e
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@ Get Your Freaking Timetable **Reborn**

Gets your timetable from ERP and gives you an **ICS file** which you can add in any common calendar application (such as Google Calendar).

**Note:** Please use this utility with `python3`.
> **Note:** Please use this utility with `python3`. You should have python installed, Also run this to install the dependencies
```sh
$ pip3 install bs4 icalendar #linux/mac
$ pip install bs4 icalendar #windows
```



## How to use the program?

Expand All @@ -22,10 +29,18 @@ Save this page in the Directory using `Ctrl+S` on any browser (Use `Web page, HT

- **Step 2:** Now run the gyft script

for Linux/Mac:

```sh
$ python3 gyft.py
```

for Windows:

```sh
> python gyft.py
```

![Steps](https://i.imgur.com/izerE9i.png)

If you chose to generate ICS file, you will have `timetable.ics` in the same directory.
Expand Down

0 comments on commit c1b310e

Please sign in to comment.