From e5f5473e00d232981ab21f8bf79f50a8e66235b7 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Tue, 22 Aug 2023 17:49:32 +0530 Subject: [PATCH] add installation instruction --- .github/workflows/build.yml | 4 ++++ README.md | 1 + 2 files changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be8de2b3..5e9dd33b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,6 +22,10 @@ jobs: environment-file: environment-dev.yml miniconda-version: "latest" + - name: Install JHub Apps + run: | + pip install . + - name: Install Test dependencies run: | pip install flake8 pytest diff --git a/README.md b/README.md index f4b13185..4988675e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ ```bash conda env create -f environment-dev.yaml +pip install -e . ``` ## Starting JupyterHub