Skip to content

Commit 7923c05

Browse files
doc: add poetry run to build instructions
This is required now that poetry shell is not supported Changelog-None
1 parent 922a30d commit 7923c05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/getting-started/getting-started/installation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ To build CLN for production:
135135
```shell
136136
poetry install
137137
./configure
138-
RUST_PROFILE=release make
138+
RUST_PROFILE=release poetry run make
139139
sudo RUST_PROFILE=release make install
140140
```
141141

@@ -358,7 +358,7 @@ echo -e 'if command -v pyenv 1>/dev/null 2>&1; then\n eval "$(pyenv init -)"\nf
358358
source ~/.bash_profile
359359
pyenv install 3.8.10
360360
pip install --upgrade pip
361-
pip install poetry
361+
pip install poetry==2.0.1
362362
```
363363

364364
If you don't have bitcoind installed locally you'll need to install that as well:

0 commit comments

Comments
 (0)