You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ This package formerly included WrapSpawner and ProfilesSpawner, which provide me
18
18
19
19
> **⚠ NOTE**
20
20
>
21
-
> If you are using JupyterHub 3+ then you currently must install using the `pip install -e` method, due to a bug that [will be fixed](https://github.com/jupyterhub/batchspawner/issues/277) in the next release.
21
+
> 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).
22
22
23
23
1. from root directory of this repo (where setup.py is), run `pip install -e .`
0 commit comments