Add installation section

This commit is contained in:
Armin Friedl 2022-12-04 14:05:59 +01:00
parent 4f8f5da905
commit 3577e1a342

View file

@ -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