Skip to content

Commit 5762a68

Browse files
committed
update readme
1 parent d43fb61 commit 5762a68

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@
33
[![travis](https://travis-ci.org/jachinlin/geektime_dl.svg?branch=master)](https://travis-ci.org/jachinlin/geektime_dl)
44
[![codecov](https://codecov.io/gh/jachinlin/geektime_dl/branch/master/graph/badge.svg)](https://codecov.io/gh/jachinlin/geektime_dl)
55
[![Python 3](https://img.shields.io/badge/python-3-blue.svg)](https://www.python.org/downloads/release/python-356/)
6+
[![PyPI - Downloads](https://img.shields.io/pypi/dd/geektime-dl.svg)](https://pypi.org/project/geektime-dl/)
7+
[![PyPI](https://img.shields.io/pypi/v/geektime-dl.svg)](https://pypi.org/project/geektime-dl/)
68

7-
<img src="https://raw.githubusercontent.com/jachinlin/jachinlin.github.io/master/img/gk-mp4.gif" alt="左耳听风">
9+
10+
<p align="center" style="margin:70px">
11+
<img src="https://raw.githubusercontent.com/jachinlin/jachinlin.github.io/master/img/gk-mp4.gif" alt="左耳听风">
12+
</p>
813

914
极客时间专栏文章的质量都是非常高的,比如耗子哥的《左耳听风》、朱赟的《朱赟的技术管理课》和王天一的《人工智能基础课》,都是我非常喜欢的专栏。这些专栏深入浅出,将知识和经验传授于读者,都是值得多次阅读的。
1015

@@ -17,7 +22,7 @@
1722

1823
## 一、项目结构
1924

20-
<p align="center">
25+
<p align="center" style="margin:70px">
2126
<img src="https://github.com/jachinlin/jachinlin.github.io/blob/master/img/gk-chart.png?raw=true" alt="流程图">
2227
</p>
2328

@@ -56,7 +61,7 @@
5661

5762
#### 虚拟环境 virtualenv
5863
```
59-
cd ~ && virtualenv -p python3 venv3 && source venv3/bin/activate
64+
virtualenv -p python3 ~/venv3 && source ~/venv3/bin/activate
6065
```
6166

6267
#### 代码

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from setuptools import setup, find_packages
55

6-
version = 2.0
6+
version = 2.1
77

88
setup(
99
name='geektime_dl',

0 commit comments

Comments
 (0)