Skip to content

Commit

Permalink
Be more clear about the virtual environment activation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon authored Feb 6, 2020
1 parent 5430bbe commit 185d9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ git clone https://github.com/microsoft/vscode-python
cd vscode-python
npm ci
python3 -m venv .venv
# Activate the virtual environment as appropriate for your shell, For example ...
# Activate the virtual environment as appropriate for your shell, For example, on bash it's ...
source .venv/bin/activate
# The Python code in the extension is formatted using Black.
python3 -m pip install black
Expand Down

0 comments on commit 185d9e2

Please sign in to comment.