标签: makefile pip
以下.[text](点方括号)语法在Makefile中的含义是什么?
.[text]
Makefile
install: pip install -e .[test] test: py.test
根据pip install -e <path/url>,.[test]应该是路径或网址。
pip install -e <path/url>
.[test]
答案 0 :(得分:0)
.[test]实际上是一条路径。让我解释一下:
.
install_requires
[test]
test_requires