Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8b2f1d2

Browse files
author
mhamid
committed
Readme, requirements
1 parent fe61b27 commit 8b2f1d2

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

‎README.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,30 @@
1-
# Advent-of-Code-2022-Python
1+
# Advent-of-Code-2022-Python
2+
3+
Python solutions to the `Advent of Code 2022` problems. Check out https://adventofcode.com
4+
5+
Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as a speed contest, interview prep, company training, university coursework, practice problems, or to challenge each other.
6+
7+
## Dependencies
8+
> Python
9+
10+
If you are managing Python packages (libraries) with pip, you can use the configuration file `requirements.txt` to install the specified packages with the specified version.
11+
12+
### Install packages with pip:
13+
> pip install -r requirements.txt
14+
15+
### Export current environment configuration file:
16+
> pip freeze > requirements.txt
17+
18+
More information: https://note.nkmk.me/en/python-pip-install-requirements/
19+
20+
### Generate requirements.txt file for any project based on imports
21+
22+
pipreqs automatically generates requirements.txt for any python project. The output file contains all the imports libraries with versions you are using in the installed python or virtual environment.
23+
24+
**Installation**
25+
> pip install pipreqs
26+
27+
**Usage**
28+
> pipreqs /home/project/location
29+
30+
More information: https://github.com/bndr/pipreqs

‎README.md.bak

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Advent-of-Code-2022-Python

‎requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /