Bhupesh-V / tutorialdb

A search 🔎 engine for programming/dev tutorials,
MIT License
121 stars 60 forks source link

Using Pipenv over requirements.txt #93

Open mcam10 opened 4 years ago

mcam10 commented 4 years ago

Pipenv consolidates and simplifies the development process to a single command line tool. Pipenv uses pip and virtualenv under the hood but simplifies their usage with a single command line interface.

Bhupesh-V commented 4 years ago

@mcam10 Thanks for the suggestion we will be updating our tooling soon. Using pipenv might come in handy, will have a look at it