mirror of
https://github.com/google/pybadges.git
synced 2026-01-07 03:40:09 +01:00
Change suggested name of virtual environment to venv
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user