Skip to content

Commit

Permalink
Merge pull request #290 from krokicki/install_warning
Browse files Browse the repository at this point in the history
Add information about bug with JupyterHub 3+
  • Loading branch information
consideRatio authored Dec 5, 2023
2 parents e89bf6a + 27fe28b commit 1b3b116
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ This package formerly included WrapSpawner and ProfilesSpawner, which provide me

## Installation

> **⚠ NOTE**
>
> If you are using JupyterHub 3+ then you currently must install from the main branch, for example by `pip install https://github.com/jupyterhub/batchspawner/archive/main.zip`, due to a [bug that is resolved but not yet released](https://github.com/jupyterhub/batchspawner/issues/277).
1. from root directory of this repo (where setup.py is), run `pip install -e .`

If you don't actually need an editable version, you can simply run
Expand Down

0 comments on commit 1b3b116

Please sign in to comment.