Install under lubuntu

How can I install Panda under Lubuntu, Mint?
I install Panda under win10, but I have some problems. I can run examples using *.lnk files.I have directory with my project (main.py for example). I want to copy here some system files from Panda sdk and make run.bat. Can I make it?

You can install Panda3D by downloading and installing the appropriate .deb file for your version of Ubuntu.

An easier way to install Panda3D is to type this command in the terminal:

sudo pip install panda3d

However, this is not suitable if you wish to do C++ development, and also does not include the sample programs (which would have to be downloaded separately).