Skip to content

Commit 3244bca

Browse files
Update README.md
Add install instructions for python project
1 parent 9a571a7 commit 3244bca

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
# AdventOfCode
2-
See https://adventofcode.com
3-
4-
Mix of mostly [PowerShell 7](https://github.com/PowerShell/PowerShell/releases/latest) (versions before 7 dont work out of the box)
5-
sprinkled with some Wolfram Mathematica 13 https://www.wolfram.com/engine/
2+
3+
See https://adventofcode.com
4+
5+
Mix of mostly [PowerShell 7](https://github.com/PowerShell/PowerShell/releases/latest) (versions before 7 don't work out of the box)
6+
sprinkled with some Wolfram Mathematica 13 https://www.wolfram.com/engine/
67

78
Also adding some [Python&Neo4j](https://neo4j.com/docs/python-manual/current/get-started/) with [Neo4j Aura](https://console.neo4j.io/#how-to-connect) as well for graph-thematic days.
89

10+
Install Python environment using
11+
`conda env create -f ./environment.yml`
12+
13+
To install the project locally for development:
14+
`pip install -e .`
15+
16+
##
917

10-
##
1118
Für meinen Vater 🎄
12-
##
19+
20+
##

0 commit comments

Comments
 (0)