Skip to content

Commit ca81b2d

Browse files
authored
Update README.md
1 parent ca1a362 commit ca81b2d

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
11
# jupyter-pgadmin-proxy
22

3-
jupyter-pgadmin-proxy provides Jupyter extension to run [pgAdmin 4](https://pypi.org/project/pgadmin4/). See also official pages for ([pgAdmin](https://www.pgadmin.org/).
3+
jupyter-pgadmin-proxy provides Jupyter extension to run [pgAdmin 4](https://pypi.org/project/pgadmin4/). See also official pages for [pgAdmin](https://www.pgadmin.org/).
44

55
## Installation
66

77
You can install jupyter-pgadmin-proxy inside your environment with Jupyter / Jupyterlab:
88

99
```
10-
python3 -m pip install git+https://github.com/huntdatacenter/jupyter-pgadmin-proxy.git@main
10+
python3 -m pip install jupyter-pgadmin-proxy
11+
```
12+
13+
## Build
14+
15+
```
16+
python3 -m pip install hatch
17+
18+
hatch build
19+
20+
ls -la dist/*
1121
```
1222

1323
## Development
@@ -18,6 +28,10 @@ Try `make help` to see available commands:
1828
make help
1929
```
2030

31+
```
32+
python3 -m pip install git+https://github.com/huntdatacenter/jupyter-pgadmin-proxy.git@main
33+
``
34+
2135
## Testing in docker
2236
2337
Run/rebuild local Jupyterlab service:

0 commit comments

Comments
 (0)