dbcli / dbcli/pgcli

Debian install docs issues

未关闭
#1,498 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
13.4k
派生
612
平均合并
6 天 14 小时
30 天内合并 PR
10

描述

The install instructions on https://www.pgcli.com/install don't match the install instructions on this repo's readme. On this repo it lists the dependencies as:

```
sudo apt-get install python-dev libpq-dev libevent-dev
```

on the website it lists the dependencies as:

```
sudo apt-get install libpq-dev python-dev # debian
```

Also when I try to install `python-dev` I get this error which I resolved by moving to `python-dev-is-python3`:

```
apt install python-dev
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package python-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
python-dev-is-python3

E: Package 'python-dev' has no installation candidate
```

Aside from these minor issues the tool is great and thank you for it!

贡献指南

打开贡献指南

调研方向

比较 repository README 中的 Debian 依赖命令与 https://www.pgcli.com/install 上的安装说明,然后核实 issue 中报告的当前 Debian 软件包名称。当两处文档都提供一致且可正常工作的 Debian 安装指导时,工作即告完成。

由索引模型根据 Issue 内容生成。

评估

技术栈
postgresql, python
领域
cli, documentation
Issue 类型
文档
难度
2/5
预计耗时
1-3 小时
活跃度
停滞
描述清晰度
基本清楚
新手友好度
45/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。