summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkennykos <“gkosmacher01@gmail.com”>2023-02-15 10:25:04 -0600
committerkennykos <“gkosmacher01@gmail.com”>2023-02-15 10:25:04 -0600
commitcc1eea13c73e744449523c748f503e2d7f36b6de (patch)
tree293d0c52bf0f567c09962e93059f02d3b15d17c2 /README.md
parent7bfaf2fb28d6f7bc6a35b031c29c221eef54dda0 (diff)
adding info about running and contributing
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8498ca8..e135132 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,19 @@
# toriis-analysis
Repository for scripts to evaluate public institutional investment data.
+
+# Running existing notebook
+
+1)
+ + Fork + clone repo
+ + Run `setup/setup.sh` to set up the local conda environment
+ - you may need to install the correct version of miniconda
+ + Start a local notebook suerver (`juypter notebook`)
+
+# Contributing
+
+You are welcome to contribute data and analysis results. Please make sure that you contribute **cleared notebooks** so version control capabilities work well. To clear a notebook, use `Kernel -> Researt & Clear Output)`
+
+1) **CLI:**
+ + Create a new branch (`$ git checkout -b <branch_name>`)
+ + Commit the new notebook/data (`$ git add <new file>; git commit`)
+ + Push and generate a pull request