You are viewing a single comment's thread from:
RE: Steemit-Python-Utility | Part 1: How to give away SBD/STEEM to your commentators
I am not being able to get steem-python installed in my laptop :(
It's great to see you developing tools using steem-python :)
a few days ago I also struggled really hard to install it on my raspberry pi 3 ...
git clone https://github.com/steemit/steem-python.git
cd steem-python
pipenv install --three --dev # use --two instead of --three for Python 2.7
pipenv install .
I think this someone worked in the end but on my main windows machine I used a tutorial by @holger80.
thanks for pointing me to @holger80, it helped :)