How to install Python packages without a requirements.txt file with pipreqs
Why bother Say you get a project that doesn't have a requriements file in it and that project has 20+ imports, meaning you need to install 20+ modules manually. Sound not interesting, right? That's when pipreqs comes into play as a "life saver". This...




