File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 11# ⭐ Advent of Code - Python ⭐
22
3- [ ![ GitHub] ( https://img.shields.io/github/license/nekeal/advent-of-code-2023 .svg )] ( https://github.com//nekeal/advent-of-code-2023 /blob/master/LICENSE )
3+ [ ![ GitHub] ( https://img.shields.io/github/license/nekeal/advent-of-code-python-cli .svg )] ( https://github.com//nekeal/advent-of-code-python-cli /blob/master/LICENSE )
44![ GitHub Workflow Status] ( https://github.com/github/docs/actions/workflows/test.yml/badge.svg )
55---
6- ** Source Code** : [ https://github.com/nekeal/advent-of-code ] ( https://github.com/nekeal/advent-of-code-2023 )
6+ ** Source Code** : [ https://github.com/nekeal/advent-of-code-python-cli ] ( https://github.com/nekeal/advent-of-code-python-cli )
77
88---
99
10- Solutions for Advent of Code in Python
1110## Installation
1211
1312This project comes as a standalone python package with a CLI tool to help you with boilerplate code and basic tasks.
2120uvx --from aoc-python-cli aoccli
2221```
2322
23+ Alternatively, you can install it with pip in the same virtualenv as you are using for your solutions:
24+
25+ ``` sh
26+ pip install aoc-python-cli
27+ ```
28+
2429## Use this project as a template
2530
2631In the master branch I will keep the template with sample day 0 solution.
You can’t perform that action at this time.
0 commit comments