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
+15-9Lines changed: 15 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,15 +24,21 @@ This is a [monorepo](https://github.com/lerna/lerna#what-does-a-lerna-repo-look-
24
24
25
25
## Contributing
26
26
27
-
### Developer install
27
+
##Requirements
28
28
29
-
Requires the [yarn](https://yarnpkg.com/) package manager.
29
+
* Node.js >= 5 (see [Installing Node.js and jlpm](https://github.com/jupyterlab/jupyterlab/blob/master/CONTRIBUTING.md#installing-nodejs-and-jlpm) in the JupyterLab docs)
30
+
31
+
### Install
32
+
33
+
The `jlpm` command is JupyterLab's pinned version of
34
+
[yarn](https://yarnpkg.com/) that is installed with JupyterLab. You may use
0 commit comments