Browse Source

Add detail about package descriptions

Carol Willing 8 years ago
parent
commit
0d562cdbb6
1 changed files with 6 additions and 1 deletions
  1. 6 1
      tutorial/repo.md

+ 6 - 1
tutorial/repo.md

@@ -1,6 +1,11 @@
 # General Codebase Orientation
 
-The repository contains an npm package and a python package, both named `jupyterlab`.
+The `jupyter/jupyterlab` repository contains two packages:
+
+- an npm package indicated by a `package.json` file in the repo's root directory
+- a Python package indicated by a `setup.py` file in the repo's root directory
+
+Th npm package and the Python package are both named `jupyterlab`.
 
 ## Directories