mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-17 12:39:54 +08:00
4 lines
54 B
Bash
4 lines
54 B
Bash
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
python -m pip install . |