Skip to content

Commit

Permalink
Ubuntu setup doc: fixed venv command name
Browse files Browse the repository at this point in the history
  • Loading branch information
swilde authored Dec 7, 2016
1 parent bed0204 commit 3be8ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/SetupExampleUbuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ apt-get install python3-pip python3.4-venv

```shell
#as fody
pyvenv venv-hug
pyvenv-3.4 venv-hug

# enable system-site-packages later, so that pip gets always installed
# change line to include-system-site-packages = true with
Expand Down

0 comments on commit 3be8ffe

Please sign in to comment.