diff --git a/README.md b/README.md index 4d79de8..a6dea20 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.