Skip to content

Commit

Permalink
remove dbgp from README
Browse files Browse the repository at this point in the history
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
  • Loading branch information
tao12345666333 committed Aug 31, 2018
1 parent 39ffa24 commit 1b417b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@

`sudo apt-get install python vim exuberant-ctags git`

`sudo pip install dbgp pep8 flake8 pyflakes isort`
`sudo pip install pep8 flake8 pyflakes isort`

* **依赖**(RedHat/CentOS 平台)

CentOS 6.7的yum源自带的Python版本较旧,推荐自行安装Python2.7.

`sudo yum install python vim ctags git`

`sudo pip install dbgp pep8 flake8 pyflakes isort`
`sudo pip install pep8 flake8 pyflakes isort`

* **依赖**(Mac OS 平台)

`brew install python vim git`

`wget --no-check-certificate http://tenet.dl.sourceforge.net/project/ctags/ctags/5.8/ctags-5.8.tar.gz && tar -zxvf ctags-5.8.tar.gz && cd ctags-5.8 && ./configure && make && sudo make install`

`sudo pip install dbgp pep8 flake8 pyflakes isort`
`sudo pip install pep8 flake8 pyflakes isort`

* **下载vimrc 文件到用户主目录**

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@

`sudo apt-get install python vim exuberant-ctags git`

`sudo pip install dbgp pep8 flake8 pyflakes isort`
`sudo pip install pep8 flake8 pyflakes isort`

* **Dependencies**(RedHat/CentOS platform)

The CentOS 6.7's default Python is 2.6, it's recommend to install Python2.7.

`sudo yum install python vim ctags git`

`sudo pip install dbgp pep8 flake8 pyflakes isort`
`sudo pip install pep8 flake8 pyflakes isort`

* **Dependencies**(Mac OS platform)

`brew install python vim git`

`wget --no-check-certificate http://tenet.dl.sourceforge.net/project/ctags/ctags/5.8/ctags-5.8.tar.gz && tar -zxvf ctags-5.8.tar.gz && cd ctags-5.8 && ./configure && make && sudo make install`

`sudo pip install dbgp pep8 flake8 pyflakes isort`
`sudo pip install pep8 flake8 pyflakes isort`

* **Download vimrc file to user home directory**

Expand Down

0 comments on commit 1b417b2

Please sign in to comment.