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项目开发模板】
- Host: GitHub
- URL: https://github.com/systemlight/t-snake
- Owner: SystemLight
- License: mit
- Created: 2021-01-15T11:09:47.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-14T08:57:52.000Z (almost 5 years ago)
- Last Synced: 2025-01-13T14:23:56.420Z (about 1 year ago)
- Topics: python38, template
- Language: Python
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.