From 5eb57bb3e2be5cd2e686f63e494d8dc6eb184d24 Mon Sep 17 00:00:00 2001 From: Tira + Joao Date: Tue, 14 Mar 2017 18:02:52 -0400 Subject: [PATCH 5/5] Update README with missing package to enable testing with Pyperclip --- web/regression/README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/web/regression/README b/web/regression/README index 78e2fd9..c468e71 100644 --- a/web/regression/README +++ b/web/regression/README @@ -22,6 +22,12 @@ installed with: (pgadmin4) $ pip install -r $PGADMIN4_SRC/web/regression/requirements.txt +While running in Linux environments install: +sudo apt-get install xsel + +Otherwise the following error happens: +"Pyperclip could not find a copy/paste mechanism for your system" + General Information ------------------- -- 2.10.1 (Apple Git-78)