Hi,
I'm working with ethereum and I need some tools of this git. But i'm quite new in the git repo's and I'm having massive errors when importing some tools.
I was trying to instal the pyethereum on windows. But the first line of the code is for linux. Is this required:
sudo apt-get install libssl-dev build-essential automake pkg-config libtool libffi-dev libgmp-dev libyaml-cpp-dev
I ve tried to run only the git part but i'm dealing with problems and I think they are coming from the non executing of the first command line.
cd pyethereum
python setup.py install
Do you have any suggestions to replicate the sudo part in the windows env?