Todo-Python: CLI instructions and GitHub readme should agree on need for venv
Open
feature-request
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
**Is your feature request related to a problem? Please describe.**
The GitHub readme instructs the user to `az dev init` followed by `py -m venv .venv` and then `az dev up`.
The CLI says nothing about creating the venv and indicates I can run `az dev up` immediately.
**Describe the solution you'd like**
If the venv is required, then it should be mentioned in the CLI.
If not, then it should be removed from the readme, or at least called out as an optional step.
**Additional context**

Contributor guide
Assessment
This issue has not been assessed yet.