Skip to content

Commit

Permalink
add installation instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Aug 22, 2023
1 parent b8c109d commit e5f5473
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

```bash
conda env create -f environment-dev.yaml
pip install -e .
```

## Starting JupyterHub
Expand Down

0 comments on commit e5f5473

Please sign in to comment.