mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-15 11:59:16 +01:00
Must Specify pip3 on macOS
This commit is contained in:
parent
72b83efc4b
commit
091e8cefd1
1 changed files with 2 additions and 2 deletions
|
@ -267,8 +267,8 @@ If you need Python 3.x for mako (or get a mako build error):
|
|||
$ echo -e 'if command -v pyenv 1>/dev/null 2>&1; then\n eval "$(pyenv init -)"\nfi' >> ~/.bash_profile
|
||||
$ source ~/.bash_profile
|
||||
$ pyenv install 3.7.8
|
||||
$ pip install --upgrade pip
|
||||
$ pip install poetry
|
||||
$ pip3 install --upgrade pip
|
||||
$ pip3 install poetry
|
||||
|
||||
If you don't have bitcoind installed locally you'll need to install that
|
||||
as well:
|
||||
|
|
Loading…
Add table
Reference in a new issue