Thanks for your feedback :)
I just added a tiny bit more info about installing a project using $pipenv install < requirements.txt
so if you make sure as you add your packages using the pipenv install command to make sure the Pipfile is always updated, then generating a requirements.txt file using pip freeze, you can simpley rebuild your project again (see above).