Skip to content

Commit f7939db

Browse files
authored
Install package in editable mode
1 parent f52af7e commit f7939db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22
cd $(dirname $0)
3-
pip install .
3+
pip install -e .

0 commit comments

Comments
 (0)