So I need to know the dependency that I was using in order to do migration, just do the following:
We start off installing
1 | pip install pipreqs |
1 | [working directory]>pipreqs . |
1 | INFO: Successfully saved requirements file in .\requirements.txt |
now switch into our virtual environment and pip install them:
1 2 | pipenv shell pip install -r requirements.txt |
No comments:
Post a Comment