Installation

PiPy

To install pypsql from PyPi, run:

pip install pypsql

From Source

Clone the repository, build the package, and install it:

git clone https://github.com/maliedvp/pypsql
python -m build
python -m pip install dist/$(basename `ls -Art dist | tail -n 1` -py3-none-any.whl .tar.gz