Skip to content

Commit

Permalink
Remove non-relevant steps (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
arjxn-py committed Sep 16, 2024
1 parent f8cd2ba commit 1867479
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ cd JupyterCAD
pip install jupyterlab
# Install package in development mode
python scripts/dev-install.py
# Link your development version of the extension with JupyterLab
jupyter labextension develop . --overwrite
# Server extension must be manually installed in develop mode
jupyter server extension enable jupytercad
# Rebuild extension Typescript source after making changes
jlpm run build
```
Expand Down
4 changes: 0 additions & 4 deletions docs/source/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ The ``jlpm`` command is JupyterLab's pinned version of
pip install jupyterlab
# Install package in development mode
python scripts/dev-install.py
# Link your development version of the extension with JupyterLab
jupyter labextension develop . --overwrite
# Server extension must be manually installed in develop mode
jupyter server extension enable jupytercad
# Rebuild extension Typescript source after making changes
jlpm run build
Expand Down

0 comments on commit 1867479

Please sign in to comment.