mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-14 12:06:42 +08:00
explicitly use pip2 on Debian-likes
This commit is contained in:
@@ -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/).
|
||||
|
||||
Reference in New Issue
Block a user