pghilardi / atom-python-virtualenv

Python virtualenv support for Atom
MIT License
16 stars 6 forks source link

Install packages from requirements.txt on Virtualenv: Create #33

Open iilonmasc opened 6 years ago

iilonmasc commented 6 years ago

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