Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
srdas committed Dec 5, 2024
1 parent 3f254b6 commit faa24fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -eux
# install core packages
pip install jupyterlab~=4.0, !=4.3.2
pip install jupyterlab~=4.0
cp playground/config.example.py playground/config.py
jlpm install
jlpm dev-install
Expand Down

0 comments on commit faa24fa

Please sign in to comment.