创建 conda 虚拟环境
conda create -n deepwalk pip python=3.5 conda activate deepwalk
安装 deepwalk
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple/ python setup.py install