From 3577e1a34261bfedd058fac81d8b12654e6211ba Mon Sep 17 00:00:00 2001 From: Armin Friedl Date: Sun, 4 Dec 2022 14:05:59 +0100 Subject: [PATCH] Add installation section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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