mirror of
https://github.com/thib8956/advent-of-code.git
synced 2025-08-23 16:01:59 +00:00
chore: create new project structure and aoc.py runner script
This commit is contained in:
14
README.md
14
README.md
@@ -4,15 +4,25 @@ My solutions to the [advent of code](https://adventofcode.com/) challenges, writ
|
||||
|
||||
## How to run
|
||||
|
||||
### Install project
|
||||
|
||||
Run `make install` or
|
||||
|
||||
Run from root directory (inside a virtualenv):
|
||||
|
||||
```shell
|
||||
$ pip install -e .
|
||||
```
|
||||
|
||||
### Run a single day
|
||||
|
||||
```shell
|
||||
$ python3 run.py <year> <day>
|
||||
$ aoc <year> <day>
|
||||
```
|
||||
|
||||
### Run a whole year
|
||||
|
||||
```shell
|
||||
$ python3 run.py <year>
|
||||
$ aoc <year>
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user