Created
October 27, 2019 17:36
-
-
Save anapaulagomes/f24b07331e1ac95fbe1e8a906c9de15d to your computer and use it in GitHub Desktop.
Python tricks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# install dependencies from .cfg file (from https://stackoverflow.com/a/46573039/1344295) | |
python -c "import configparser; c = configparser.ConfigParser(); c.read('setup.cfg'); print(c['options']['install_requires'])" | xargs pip install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment