Install Steem-Python Ubuntu 17.10

in github •  6 years ago 


Figured I should share this since it took me a while to figure out.
Since Ubuntu 17.10 already comes with Python3.6 installed it, its the best and easiest to install Steem on it. Since Ubuntu 16.04 is a bit wonky now.
separador3.png
When ever you set up a new Ubuntu server make sure to update it.

$ sudo apt-get update
$ sudo apt-get upgrade

Now after its done updating, you can start the Steem-python installation

$ sudo apt install python3-pip
$ pip3 install setuptools
$ pip3 install scrypt
$ pip3 install wheel
$ pip3 install pytest
$ sudo apt-get install libssl-dev

$ pip3 install steem

separador3.png
You should now have Steem installed to create steem based apps. Enjoy.

Check out on my github chronocrypto/install Steem-Python Ubuntu 17.10

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  
@chronocrypto thanks for the information, keep up good work mate :)

Hi @ chronocrypto, sorry to bother you, but I did not get it.Can you help me in understanding.

Thanks for the info...
You're good..

Hi - This post has been upvoted by an in-development voting bot, which was created for a university project-work!
Please also leave a upvote for me, so that my votes will mean more in the future!

Great! I tried installing Ubuntu version 17.10 but failed, so I keep using for version 16.04 and I'm using Python 2.7.