We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9490eae commit cf191e7Copy full SHA for cf191e7
README.md
@@ -41,20 +41,6 @@ cd fe
41
python3 ./setup.py install
42
```
43
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
58
### Basic Usage
59
60
```python
0 commit comments