Add installation section
This commit is contained in:
parent
4f8f5da905
commit
3577e1a342
1 changed files with 5 additions and 0 deletions
|
@ -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
|
(https://adventofcode.com) challenge. It automates the retrieval of puzzle input
|
||||||
and submission.
|
and submission.
|
||||||
|
|
||||||
|
# Installation
|
||||||
|
|
||||||
|
`aocutil` is [published on PyPi](https://pypi.org/project/aocutil/) and can be
|
||||||
|
installed from there.
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
``` python
|
``` python
|
||||||
|
|
Loading…
Reference in a new issue