I have package and installation script setup.py
.
My package needs to have a additional user in system.
I have to add user manually after installation.
How can pip create user automatically during installation process?
Any help will be appreciated.