Have anyone ever use PIP3 with wp7605 module

I want to install those command to wp7605 module to running py file and testing smth
but I don’t know the way to install it. Please help me to install it.

apt-get update
apt-get install -y libffi-dev python3-pip
apt-get install -y libssl-dev
pip3 install pip==19.2.3
pip3 install setuptools==41.0.1
pip3 install pynacl
pip3 install pygments==2.3.1
pip3 install paramiko==2.4.2
pip3 install ipython==6
pip3 install ifaddr==0.1.6
pip3 install pyserial==2.6

Dear customer,
Pip3 is the official package manager and pip command for Python 3 however the latest python version is supported on WP7605 is Python 2.7.15

Thanks