Installation#

Installing plagcheck is pretty simple, just run

pip install plagcheck

Install a specific verison

pip install plagcheck==0.4

or directly from GitHub if you cannot wait to test new features

pip install git+https://github.com/codeclassroom/PlagCheck.git

If you have a old version, update it using

pip install --upgrade plagcheck