Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/windfarer/cookiecutter-python-useful


https://github.com/windfarer/cookiecutter-python-useful

Last synced: 19 days ago
JSON representation

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
```