remove unneeded activate from docs

This commit is contained in:
Damien Elmes 2020-12-08 09:12:32 +10:00
parent fd7e8a7e4b
commit 9d9452ee2e

View file

@ -39,7 +39,6 @@ $ ~/pyenv/bin/anki
``` ```
c:\> python -m venv \pyenv c:\> python -m venv \pyenv
c:\> \pyenv\scripts\activate
c:\> \pyenv\scripts\pip install --upgrade pip c:\> \pyenv\scripts\pip install --upgrade pip
c:\> \pyenv\scripts\pip install aqt c:\> \pyenv\scripts\pip install aqt
``` ```