From 52293c808097e912e048503ae86b69c2a758d5d5 Mon Sep 17 00:00:00 2001 From: James William Pye Date: Tue, 14 Mar 2023 06:35:44 -0700 Subject: [PATCH] Remove the not so useful temporary installation; too long. --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index 0425d8a..c22aaf1 100644 --- a/README.md +++ b/README.md @@ -42,20 +42,6 @@ cd fe python3 ./setup.py install ``` -From [GitHub](https://github.com) using a temporary installation scoped to a subshell: - -```bash -(PYTMPPKG="$(mktemp -d)" -export PYTHONPATH="$PYTHONPATH:$PYTMPPKG" -curl -s https://raw.githubusercontent.com/jwp/git-select/main/git-select.py | \ - python3 /dev/stdin \ - https://github.com/python-postgres/fe master "postgresql/./$PYTMPPKG/" -python3 -c "import postgresql.project as pj; print(); print('py-postgresql:', pj.version)" -export pg_console="postgresql.bin.pg_python" -echo ': python3 -m $pg_console' -$SHELL) -``` - ### Basic Usage ```python