cookiecutter-python
cookiecutter-python copied to clipboard
Try migration to the built-in venv module rather than requiring virtualenv
Description
As discussed in https://github.com/tomtom-international/cookiecutter-python/pull/36#discussion_r310026873 it would be nice to not require the virtualenv and use the built in venv module. This has already been my operating mode on Linux, but should be tested elsewhere.