diff --git a/README.md b/README.md index afd8045..c205856 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ This small library can be used for the yearly Advent of Code (https://adventofcode.com) challenge. It automates the retrieval of puzzle input and submission. +# Installation + +`aocutil` is [published on PyPi](https://pypi.org/project/aocutil/) and can be +installed from there. + # Usage ``` python