系统沙箱 这是简历自动评估系统的开发版本,用于测试新功能。推免系统网站开发沙盒,先在这里随便搞,之后再建正式仓库 安装指南 先决条件 python 3.7+ Redis memcached(已弃用) 设置Python虚拟环境 您可能需要更改您的pypi源 # using pip install pipenv # enter project directory cd xxx # install dependencies pipenv install -r requirement.txt # activate python virtual env pipenv shell 注:在Windo