I want to speed up my program so i\'m trying to setup pypy + psycopg2cffi. This program opens a xml, parses it and then insert some data in a database. I\'m using currently
You can also try this (if it's not disabled in your Linux distribution):
pypy -m ensurepip
Download the pip-installer and execute it with pypy:
wget https://bootstrap.pypa.io/get-pip.py ./pypy get-pip.py
For usage try,
pypy -m pip install validators