We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9674bb1 commit 01ef84bCopy full SHA for 01ef84b
Makefile
@@ -21,6 +21,9 @@ test-deps:
21
requirements python-deps:
22
@cat requirements.txt | xargs -n 1 -L 1 $(PIP) install
23
24
+install-optional:
25
+ @cat optional-requirements.txt | xargs -n 1 -L 1 $(PIP) install
26
+
27
_reset:
28
@${PYTHON} ${RESET_FILE}
29
optional-requirements.txt
@@ -0,0 +1,2 @@
1
+projectq
2
+qutip
0 commit comments