-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |