From 672c41f12f8723cf850af8b5d2efe50fe56c8e47 Mon Sep 17 00:00:00 2001 From: Eric Ma Date: Wed, 10 Mar 2021 07:40:07 -0500 Subject: [PATCH] Add postBuild script for Binder --- postBuild | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 postBuild diff --git a/postBuild b/postBuild new file mode 100644 index 00000000..ec5e49e8 --- /dev/null +++ b/postBuild @@ -0,0 +1,3 @@ +# Docs: https://mybinder.readthedocs.io/en/latest/using/using.html#share-computational-work-or-papers +# This script runs right after the environment is built. +pip install -e .