File: installation.rst

package info (click to toggle)
python-steamodd 5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 304 kB
  • sloc: python: 2,224; makefile: 162
file content (22 lines) | stat: -rw-r--r-- 359 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
============
Installation
============

From command line:

.. code-block:: bash

    $ pip install steamodd

If you wish to install it manually, Steamodd uses the standard distutils
module. To install it run:

.. code-block:: bash

    $ python setup.py install

For further instructions and commands run:

.. code-block:: bash

    $ python setup.py --help