# Installation ## PiPy To install `pypsql` from PyPi, run: ``` bash pip install pypsql ``` ## From Source Clone the repository, build the package, and install it: ``` bash 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 ```