As far as I know, pip install requires a setup.py file.
Running the command given in the "Installing TensorFlow Privacy" (pip install -e ./privacy)
throws the following error:
Directory './privacy' is not installable. File 'setup.py' not found.
Am I missing something here?