Skip to content

Commit

Permalink
CHG Update README.md to reflect mayat publish
Browse files Browse the repository at this point in the history
  • Loading branch information
AlpacaMax committed Apr 10, 2024
1 parent e1942d7 commit 7ab4c7b
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,10 @@

**Mayat** is a code similarity detection tool developed by [Tian(Maxwell) Yang](https://github.com/AlpacaMax). It works by comparing the Abstract Syntax Trees of students' code solutions and generate a similarity score for each pair of students' code.

## Build & Install
## Install

1. Clone the repo
```
git clone [email protected]:AnubisLMS/Mayat.git
```

2. Install dependencies and install Mayat
```
cd Mayat
pip install -r requirements_dev.txt
python setup.py install
```

3. Install `tree-sitter` parsers
```
pip install mayat
python -m mayat.install_langs
```

Expand Down

0 comments on commit 7ab4c7b

Please sign in to comment.