Skip to content

Commit 7beba8a

Browse files
committed
some work on intro
1 parent 3f75b15 commit 7beba8a

30 files changed

Lines changed: 13212 additions & 31 deletions

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# ----------------------------------- Extra -----------------------------------------
22
related/
3-
data/
43
*.DS_Store
54
.vscode
65

.python-version

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

README.qmd

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,17 @@ format: gfm
1212

1313
## Code
1414

15+
### Python
16+
17+
The bulk of the work for this project was done in Python. The relevant source code is under `/src/python`. Use the command below to install the necessary dependencies.
18+
19+
```{zsh}
20+
pip install -r src/python/requirements.txt
21+
```
22+
23+
24+
### Julia
25+
26+
Some exploratory work was initially done in Julia. The relevant source code is under `/src/julia`.
27+
1528
...

0 commit comments

Comments
 (0)