changecapture-e2e
changecapture-e2e copied to clipboard
Pip: command not found
Python 3.5 pip
has been included with Python
but they renamed it slightly
pip is renamed to pip3
pip install psycopg2-binary faker
should be
pip3 install psycopg2-binary faker