diff options
author | BoYanZh <bomingzh@sjtu.edu.cn> | 2020-10-31 02:23:59 +0800 |
---|---|---|
committer | BoYanZh <bomingzh@sjtu.edu.cn> | 2020-10-31 02:23:59 +0800 |
commit | d194138def730d8490c202d285ee7bdb325f7adb (patch) | |
tree | b1b3650ecf3a491e8df8cefa3d6747241bab280f | |
parent | be29e385d39c1dce1f9516225ffb9e251895d751 (diff) |
update requirement
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ It helps you begin from clone repo from Gitea to giving grade to canvas with com ## Installation & Usage +First install [ctags](https://github.com/universal-ctags/ctags) for C code quality checking. + ```bash $ pip3 install -r requirement.txt $ mv hgroups.example.json hgroups.json |