Skip to content

Commit 0539ac0

Browse files
committed
Update README.md
1 parent 947874a commit 0539ac0

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
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

1312
This project comes as a standalone python package with a CLI tool to help you with boilerplate code and basic tasks.
@@ -21,6 +20,12 @@ or
2120
uvx --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

2631
In the master branch I will keep the template with sample day 0 solution.

0 commit comments

Comments
 (0)