We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d6761e commit 0177db8Copy full SHA for 0177db8
1 file changed
Makefile
@@ -6,6 +6,10 @@ export_env:
6
build_env:
7
@conda env create -f environment.yml;
8
9
+# Install the package to pip
10
+install_package:
11
+ @pip install -e .;
12
+
13
# Convenience target to print all of the available targets in this file
14
# From https://stackoverflow.com/questions/4219255
15
.PHONY: list
0 commit comments