explicitly use pip2 on Debian-likes

This commit is contained in:
Jude Nelson
2017-04-24 20:12:19 -04:00
parent 95cfa209f5
commit c795f3a7f0

View File

@@ -25,7 +25,7 @@ The fastest way to get started with Blockstack is with pip.
For Debian & Ubuntu:
```
$ sudo apt-get update && sudo apt-get install -y python-pip python-dev libssl-dev libffi-dev rng-tools libgmp3-dev
$ sudo pip install blockstack
$ sudo pip2 install blockstack
```
For macOS:
```
@@ -105,4 +105,4 @@ We have an active community of developers and the best place to interact with th
The code and documentation copyright are attributed to blockstack.org for the year of 2017.
This code is released under
[the GPL v3 license](http://www.gnu.org/licenses/quick-guide-gplv3.en.html), and the docs are released under [the Creative Commons license](http://creativecommons.org/).
[the GPL v3 license](http://www.gnu.org/licenses/quick-guide-gplv3.en.html), and the docs are released under [the Creative Commons license](http://creativecommons.org/).