python - Can pip install from setup.cfg, as if installing from a requirements file? -


according setuptools documentation, setuptools version 30.3.0 (december 8, 2016) "allows using configuration files (usually setup.cfg) define package’s metadata , other options supplied setup() function". similar running pip install -r requirements.txt install python packages requirements file, there way ask pip install packages listed in install_requires option of setup.cfg configuration file?

no, pip not have facilities parsing requirements setup.cfg. install dependencies along main package(s) provided in setup.py.


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -