ValvePython / steam

☁️ Python package for interacting with Steam
http://steam.readthedocs.io
MIT License
1.05k stars 127 forks source link

Proposed Github install does not work #390

Closed Kein closed 1 year ago

Kein commented 1 year ago
>C:\python -m pip install 'git+https://github.com/ValvePython/steam#egg=steam'
ERROR: Invalid requirement: "'git+https://github.com/ValvePython/steam#egg=steam'"
Hint: = is not a valid operator. Did you mean == ?
rossengeorgiev commented 1 year ago

You have to use " instead of '.

python -m pip install "git+https://github.com/ValvePython/steam#egg=steam"