Advent of Code 2022
[ ADD TABLE OF CONTENTS HERE ]
aoc2022 can be installed from the Ricardo PyPi server using:
pip install --index-url https://pypi.kube-emea.stc.ricplc.com/simple aoc2022
A previously installed version can be upgraded using:
pip install --upgrade --index-url https://pypi.kube-emea.stc.ricplc.com/simple/ aoc2022
And if you would like to try a pre-release version (if available) then use:
pip install --pre --index-url https://pypi.kube-emea.stc.ricplc.com/simple/ aoc2022
[ ADD DETAILS OF HOW TO USE PACKAGE HERE ]