From 3547f52559e0882f69c38f77f372076df4d09253 Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Thu, 13 Sep 2018 20:10:08 -0700 Subject: [PATCH] Change suggested name of virtual environment to venv --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03d2de0..84ac1cc 100644 --- a/README.md +++ b/README.md @@ -118,8 +118,8 @@ hyphen/minus (e.g. `--left-text` => `left_text=`) ```sh git clone https://github.com/google/pybadges.git cd pybadges -python -m virtualenv py -source py/bin/activate +python -m virtualenv venv +source venv/bin/activate # Installs in edit mode and with development dependencies. pip install -e .[dev] nox