Skip to content

Commit d21ff66

Browse files
authored
Add libyaml-cpp-dev to Ubuntu/Debian installation
Otherwise I received the following error: ``` Running PyYAML-3.12/setup.py -q bdist_egg --dist-dir /tmp/easy_install-jnm6__7s/PyYAML-3.12/egg-dist-tmp-uocwz8if build/temp.linux-x86_64-3.5/check_libyaml.c:2:18: fatal error: yaml.h: No such file or directory compilation terminated. ```
1 parent a6af6d3 commit d21ff66

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)