Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ayushsubedi/advent_of_code

Advent of Code 2022
https://github.com/ayushsubedi/advent_of_code

Last synced: 9 days ago
JSON representation

Advent of Code 2022

Awesome Lists containing this project

README

        

# Advent of Code #Python

# Installation

#### Clone the repository

`https://github.com/ayushsubedi/advent_of_code`

#### CD into the cloned directory and create a virtualenv

`python -m venv env`

### Enable virtualenv (mac/linux)

`source env/bin/activate`

### Install dependency packages from requirements.txt

`pip install -r requirements.txt`

### Add your Advent of Code session ID in .env file (use .env_sample as template)

### Run jupyter lab

`jupyter-lab`