diff --git a/README.md b/README.md index 1d7ab69..8957257 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,21 @@ It supports: ### Install Python Package +From PyPI: + ``` pip install project-archiver ``` + +From GitHub (for developers): + +``` +git clone https://github.com/ratschlab/tools-project-archives.git +cd tools-project-archives +pip install -e . +``` + For nicer output on the console, you can optionally install the `coloredlogs` package ```