Diff of /README.md [000000] .. [bc293e]

Switch to side-by-side view

--- a
+++ b/README.md
@@ -0,0 +1,8 @@
+## Install
+
+- Install Anaconda/Miniconda
+- Create conda env
+- Activate the environment
+- Run the following command:
+
+    `while read requirement; do conda install --yes $requirement || pip install $requirement; done < requirements.txt`
\ No newline at end of file