We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 546b6dc commit 52293c8Copy full SHA for 52293c8
1 file changed
README.md
@@ -42,20 +42,6 @@ cd fe
42
python3 ./setup.py install
43
```
44
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
59
### Basic Usage
60
61
```python
0 commit comments