File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ travis] ( https://travis-ci.org/jachinlin/geektime_dl.svg?branch=master )] ( https://travis-ci.org/jachinlin/geektime_dl )
4
4
[ ![ codecov] ( https://codecov.io/gh/jachinlin/geektime_dl/branch/master/graph/badge.svg )] ( https://codecov.io/gh/jachinlin/geektime_dl )
5
5
[ ![ 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/ )
6
8
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 >
8
13
9
14
极客时间专栏文章的质量都是非常高的,比如耗子哥的《左耳听风》、朱赟的《朱赟的技术管理课》和王天一的《人工智能基础课》,都是我非常喜欢的专栏。这些专栏深入浅出,将知识和经验传授于读者,都是值得多次阅读的。
10
15
17
22
18
23
## 一、项目结构
19
24
20
- <p align =" center " >
25
+ <p align =" center " style = " margin : 70 px " >
21
26
<img src="https://github.com/jachinlin/jachinlin.github.io/blob/master/img/gk-chart.png?raw=true" alt="流程图">
22
27
</p >
23
28
56
61
57
62
#### 虚拟环境 virtualenv
58
63
```
59
- cd ~ && virtualenv -p python3 venv3 && source venv3/bin/activate
64
+ virtualenv -p python3 ~/ venv3 && source ~/ venv3/bin/activate
60
65
```
61
66
62
67
#### 代码
Original file line number Diff line number Diff line change 3
3
4
4
from setuptools import setup , find_packages
5
5
6
- version = 2.0
6
+ version = 2.1
7
7
8
8
setup (
9
9
name = 'geektime_dl' ,
You can’t perform that action at this time.
0 commit comments