Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/windfarer/cookiecutter-python-useful
https://github.com/windfarer/cookiecutter-python-useful
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/windfarer/cookiecutter-python-useful
- Owner: Windfarer
- Created: 2018-08-06T03:43:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-06T03:44:29.000Z (over 6 years ago)
- Last Synced: 2024-12-16T02:57:28.189Z (19 days ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cookiecutter template of python project
Usage:
```bash
cookiecutter https://github.com/Windfarer/cookiecutter-python.git
```in project directory:
init project
```bash
pipenv install --dev
```enter virtualenv
```bash
pipenv shell
```