Jelajahi Sumber

Make install instructions a markdown code block - easy copy/paste

Fernando Perez 7 tahun lalu
induk
melakukan
be5d777343
1 mengubah file dengan 10 tambahan dan 8 penghapusan
  1. 10 8
      CONTRIBUTING.md

+ 10 - 8
CONTRIBUTING.md

@@ -68,14 +68,16 @@ pip install notebook
 Fork the JupyterLab [repository](https://github.com/jupyterlab/jupyterlab).
 
 Once you have installed the dependencies mentioned above, use the following
-steps::
-
-    git clone https://github.com/<your-github-username>/jupyterlab.git
-    cd jupyterlab
-    pip install -e . # will take a long time to build everything
-    npm install
-    npm run build:main
-    jupyter serverextension enable --py jupyterlab
+steps:
+
+```bash
+git clone https://github.com/<your-github-username>/jupyterlab.git
+cd jupyterlab
+pip install -e . # will take a long time to build everything
+npm install
+npm run build:main
+jupyter serverextension enable --py jupyterlab
+```
 
 Notes: