Skip to content

Commit

Permalink
feat: add README.
Browse files Browse the repository at this point in the history
  • Loading branch information
jxlpzqc committed Feb 19, 2024
1 parent 358b58d commit 5453607
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Linux Kernel Contribute Rank among Universities

## Introduction

This project is to rank the contribution of universities to the Linux kernel.

The result is displayed in a web page with a table.

## Pre-requisites

- Python 3.9 or higher
- GitPython
- tqdm
- requests

## How to run

1. Clone linux kernel repository
2. Run the following command to get the result json file
```bash
./linux-statistic.py --path /path/to/linux-kernel-repo --branch BRANCH_NAME --repo DISPLAY_REPO_NAME
```
3. The result will be saved in `result.json` file and html files in `detail`
4. Use web server to serve `index.html`, `result.json` and `detail` to view the result

0 comments on commit 5453607

Please sign in to comment.