We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 432509d commit 4948dd5Copy full SHA for 4948dd5
libs/pythonnative/install_locally.sh
@@ -0,0 +1,4 @@
1
+#!/bin/bash
2
+
3
+# Install the package in editable mode
4
+pip install -e .
0 commit comments