atom-python-virtualenv
atom-python-virtualenv copied to clipboard
Install packages from requirements.txt on Virtualenv: Create
When creating a new virtualenv with the plugin, maybe add the functionality to read a present requirements.txt
file to do pip install -r requirements.txt
after the Virtualenv has been created