How can I install steamapi?
trofimovdev opened this issue · 4 comments
trofimovdev commented
Hi, I had problems with installation.
I tried some ways to install it, but it doesn't installed.
Can you write a command (and in README too, I think) to install steamapi
?
mattbox commented
Unfortunately this package isn't available through pip, you need to install it manually.
- Download the package directly, and unzip.
- From terminal cd into the folder.
- type
python setup.py install
That should work, you might need to use sudo python setup.py install
depending on how python is setup on your computer
amrasmin commented
Thank you mattbox this solved my problem.
trofimovdev commented
Thanks!
Deleted user commented
sudo pip2 install git+https://github.com/smiley/steamapi.git