Skip to content

Commit

Permalink
Change installation command to enforce Python 3.x usage
Browse files Browse the repository at this point in the history
  • Loading branch information
mjenczmyk committed Apr 9, 2019
1 parent c4b456d commit ea345df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ test, allowing you to operate for a few dollars over the years.

To install current version of script simply run
```
pip install packt --upgrade
pip3 install packt --upgrade
```

You may want to install it inside new [virtualenv](http://docs.python-guide.org/en/latest/dev/virtualenvs/).
Expand Down

0 comments on commit ea345df

Please sign in to comment.