Skip to content

Commit 52293c8

Browse files
committed
Remove the not so useful temporary installation; too long.
1 parent 546b6dc commit 52293c8

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,6 @@ cd fe
4242
python3 ./setup.py install
4343
```
4444

45-
From [GitHub](https://github.com) using a temporary installation scoped to a subshell:
46-
47-
```bash
48-
(PYTMPPKG="$(mktemp -d)"
49-
export PYTHONPATH="$PYTHONPATH:$PYTMPPKG"
50-
curl -s https://raw.githubusercontent.com/jwp/git-select/main/git-select.py | \
51-
python3 /dev/stdin \
52-
https://github.com/python-postgres/fe master "postgresql/./$PYTMPPKG/"
53-
python3 -c "import postgresql.project as pj; print(); print('py-postgresql:', pj.version)"
54-
export pg_console="postgresql.bin.pg_python"
55-
echo ': python3 -m $pg_console'
56-
$SHELL)
57-
```
58-
5945
### Basic Usage
6046

6147
```python

0 commit comments

Comments
 (0)