File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Install latest release version from PYPI:
36
36
.. code :: bash
37
37
38
38
# with SteamClient dependecies
39
- pip install -U ' steam[client]'
39
+ pip install -U " steam[client]"
40
40
41
41
# without (only when using parts that do no rely on gevent, and protobufs)
42
42
pip install -U steam
@@ -46,12 +46,12 @@ Installing directly from ``github`` repository:
46
46
.. code :: bash
47
47
48
48
# cutting edge from master
49
- pip install ' git+https://github.com/ValvePython/steam#egg=steam'
49
+ pip install " git+https://github.com/ValvePython/steam#egg=steam"
50
50
51
51
# specific version tag (e.g. v1.0.0)
52
- pip install ' git+https://github.com/ValvePython/steam@v1.0.0#egg=steam[client]'
52
+ pip install " git+https://github.com/ValvePython/steam@v1.0.0#egg=steam[client]"
53
53
# without SteamClient extras
54
- pip install ' git+https://github.com/ValvePython/steam@v1.0.0#egg=steam'
54
+ pip install " git+https://github.com/ValvePython/steam@v1.0.0#egg=steam"
55
55
56
56
Vagrant
57
57
-------
You can’t perform that action at this time.
0 commit comments