Skip to content

Commit 4241776

Browse files
authored
Merge pull request ethereum#848 from KentShikama/patch-1
Add libyaml-cpp-dev to Ubuntu/Debian installation
2 parents a6af6d3 + d21ff66 commit 4241776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ https://github.com/ethereum/pyethapp
88
## Installation:
99

1010
```bash
11-
sudo apt-get install libssl-dev build-essential automake pkg-config libtool libffi-dev libgmp-dev
11+
sudo apt-get install libssl-dev build-essential automake pkg-config libtool libffi-dev libgmp-dev libyaml-cpp-dev
1212
git clone https://github.com/ethereum/pyethereum/
1313
cd pyethereum
1414
python setup.py install

0 commit comments

Comments
 (0)