From 986013e519777367b597c80eb656cbcc0e8cc512 Mon Sep 17 00:00:00 2001 From: Akshaj Singhal Date: Sat, 7 Mar 2026 18:21:02 +0530 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d79de80..a6dea207 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,18 @@ + + # compare50 +`compare50` is a command-line tool for detecting similarity between code submissions. Developed by the CS50 team at Harvard, it serves as a fast, local, and extensible alternative to [MOSS](https://theory.stanford.edu/~aiken/moss/). + +By leveraging the [Pygments](https://pygments.org) library, it supports over 300 programming and templating languages. +## Installation +Requires Python 3.10 or later. + +```bash +pip install compare50 +``` + +## License +`GPL-3.0` +> compare50 is currently under active developement -`compare50` is currently under active development.