Add note about python3.. really annoying to forget

This commit is contained in:
Benjamin Bach 2017-08-28 21:41:16 +02:00
parent d3202fc1e2
commit 8c5d063b8b
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Clone with --recursive to include submodules:
### Virtualenv
Create a Python 3 virtual environment and activate it:
```
$ virtualenv venv
$ virtualenv venv -p python3
$ source venv/bin/activate
```