Skip to content

Commit 01ef84b

Browse files
author
Axel Dahlberg
committedSep 24, 2020
Optional requirements
1 parent 9674bb1 commit 01ef84b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
 

‎Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ test-deps:
2121
requirements python-deps:
2222
@cat requirements.txt | xargs -n 1 -L 1 $(PIP) install
2323

24+
install-optional:
25+
@cat optional-requirements.txt | xargs -n 1 -L 1 $(PIP) install
26+
2427
_reset:
2528
@${PYTHON} ${RESET_FILE}
2629

‎optional-requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
projectq
2+
qutip

0 commit comments

Comments
 (0)
Please sign in to comment.