From 52293c808097e912e048503ae86b69c2a758d5d5 Mon Sep 17 00:00:00 2001 From: James William Pye Date: Tue, 14 Mar 2023 06:35:44 -0700 Subject: [PATCH 1/2] 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 From f71e4b274ad3da73ec52a2f8807fd31615c2a1ec Mon Sep 17 00:00:00 2001 From: James William Pye Date: Sat, 15 Mar 2025 19:23:44 -0700 Subject: [PATCH 2/2] RTD moved to .readthedocs.yml --- readthedocs.yml | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 readthedocs.yml diff --git a/readthedocs.yml b/readthedocs.yml deleted file mode 100644 index d75e54a..0000000 --- a/readthedocs.yml +++ /dev/null @@ -1,5 +0,0 @@ -build: - image: latest - -python: - version: 3.7