mjhea0 / flaskr-tdd

Flaskr: Intro to Flask, Test-Driven Development (TDD), and JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider using `python3 -m venv `

9034725985 opened this issue · comments

The page at https://docs.python.org/3/library/venv.html says

Note The pyvenv script has been deprecated as of Python 3.6 in favor of using python3 -m venv to help prevent any potential confusion as to which Python interpreter a virtual environment will be based on.

Should the readme reflect this change?

Updated #24!