Skip to content

Latest commit

 

History

History
21 lines (21 loc) · 744 Bytes

File metadata and controls

21 lines (21 loc) · 744 Bytes

Installation

  1. Building virtual environment (optional) 构建虚拟环境 (可选)
  •   开发者用户推荐,使用pyenv和virtualenv构建纯净的python环境,推荐python版本2.7.10及以上版本,兼容python3
  •   We recommend that developer users use pyenv and virtualenv to build a pure Python environment, and recommend Python version 2.7.10 and later versions, including python3.
pyenv virtualenv 2.7.10 forward
pyenv activate forward
  1. Pull 拉取当前版本
git clone https://github.com/tecstack/forward.git
cd forward
  1. Dependency 安装依赖包
pip install -r requirements.txt
  1. Setup 安装
python setup.py install