Skip to content

Commit 0177db8

Browse files
committed
Add pip interactive package installation command.
1 parent 3d6761e commit 0177db8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ export_env:
66
build_env:
77
@conda env create -f environment.yml;
88

9+
# Install the package to pip
10+
install_package:
11+
@pip install -e .;
12+
913
# Convenience target to print all of the available targets in this file
1014
# From https://stackoverflow.com/questions/4219255
1115
.PHONY: list

0 commit comments

Comments
 (0)