Skip to content

Commit 9fb2c01

Browse files
committed
添加详细说明
1 parent 86048b5 commit 9fb2c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ connecting to: test
3030
开发之前需要一些依赖:
3131

3232
```python
33-
$sudo apt-get install python-dev # 编译py-bcrypt时会用到
3433
$sudo easy_install setuptools # 它里面有pip, 假如系统已经包含pip, 忽略这步
3534
$pip install --user virtualenv # 安装virtualenv
3635

3736
PS: virtualenv是一个虚拟环境, 主要解决多python环境下依赖不相互影响的问题.
37+
PS: 你需要Python Development Headers来作为依赖安装py-bcrypt包,如果你使用的是Mac OS或者Windows,你应该已经有了这个依赖。否则如果是Debian系的发行版需要安装python-dev包,如果是RedHat系的发行版需要安装python-devel包。
3838
```
3939

4040
#### 初始化firfly的开发环境

0 commit comments

Comments
 (0)