Commit 025f9f17 authored by Matt Wala's avatar Matt Wala
Browse files

Build projects in editable mode

Building in-place allows for pylint to analyze the module code without
problems that arise from name shadowing.

See: pyopencl!68
parent 5c8f47ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -112,4 +112,4 @@ if test -f $REQUIREMENTS_TXT; then
  $PIP install -r $REQUIREMENTS_TXT
fi

$PIP install .
$PIP install --editable .