Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 944788d

Browse files
committed
Adding a basic README on how to install the enviroment, run tests, and to solve a problem
1 parent a5f50bd commit 944788d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

python3/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Advent Of Code 2017
2+
3+
## Setting up
4+
5+
cd python3
6+
pip install pipenv
7+
pipenv install
8+
9+
## Running Tests
10+
11+
pipenv run py.test -v -v
12+
13+
## Solving a day
14+
15+
(cd day_1 && pipenv run python day_1_part_1.py)

0 commit comments

Comments
 (0)