An open API service indexing awesome lists of open source software.

https://github.com/systemlight/t-snake

:lock: :package: Basic development template of Python project.【Python3项目开发模板】
https://github.com/systemlight/t-snake

python38 template

Last synced: 6 months ago
JSON representation

:lock: :package: Basic development template of Python project.【Python3项目开发模板】

Awesome Lists containing this project

README

          

# T-snake

Basic development template of Python project

## 用法

1. T-snake默认使用 `pipenv` 作为包管理器,如果没有安装请执行下面命令

```
pip install pipenv

安装后添加环境变量
PIPENV_VENV_IN_PROJECT = 1
```

2. 还原依赖环境

```
pipenv install
```

3. T-snake默认使用阿里源仓库作为安装源

## License

T-snake uses the MIT license, see LICENSE file for the details.