pfultz2 / cget

C++ package retrieval
http://cget.readthedocs.io
Other
450 stars 27 forks source link

support `--save` to append installed package to requirements.txt? #64

Open bukuta opened 5 years ago

bukuta commented 5 years ago

Thanks for this great project.

Any idea to support cget install with --save option?

It may be quite convenient to trace dependences , or we should edit the requirements.txt especially.

pfultz2 commented 5 years ago

Any idea to support cget install with --save option?

This means it would install the dependency and add it to the requirements.txt list?

I think thats very doable.