install Git or Download From Github
Install python 3
$ pip install pipenv # to use script install or update pipenv with latest version
$ git clone git@github.com:shyamkumaryadav/ePustakalay.git
# or Use Https
# $ git clone https://github.com/shyamkumaryadav/ePustakalay.git
# or Use github CLI
# $ gh repo clone shyamkumaryadav/ePustakalay
$ cd ePustakalay
$ pipenv install
# uncomment if you forget to do
# $ pipenv run make # for makemigrations
$ pipenv run migrate
# $ pipenv run collect
$ pipenv run start
# Starting development server at http://0.0.0.0:8000/
for more info abour pipenv script visit