Skip to content

Commit cf191e7

Browse files
committed
Remove the not so useful temporary installation; too long.
1 parent 9490eae commit cf191e7

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

README.md

-14
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,6 @@ cd fe
4141
python3 ./setup.py install
4242
```
4343

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

6046
```python

0 commit comments

Comments
 (0)