I recently purchased a new laptop, so I'd be able to work not just from my workstation.
I have a Django REST app, and for this project I'm using a VirtualEnv.
My question is:
How can I "sync" the virtualenv to install the new dependencies packages?
In my workstation I installed Django, Django REST, etc...
What can I do so in my laptop I won't have to manually install the new dependencies every-time?