Linux Quickstart ================ Installation ------------ On 64 bit systems you need the 32 bit GCC support library. This is needed for ``steamcmd`` to work. :: # apt-get install lib32gcc1 **Installation via PIP** The easiest and recommended way to install or upgrade ``Zoid`` is via ``PIP``, if you dont have it you can install it via: :: # apt-get install python-pip Now type: :: # pip install zoid --no-use-wheel The ``--no-use-wheel`` switch is needed because there is a bug installing wheels in the newest ``PIP`` versions. To upgrade to a newer version you have to type :: # pip install --upgrade zoid --no-use-wheel **Installation with virtualenv** You also can use ``Zoid`` using ``virtualenv`` :: $ virtualenv venv $ . venv/bin/activate $ pip install zoid --no-use-wheel **Installation from sources** You surely can install it from sources :: # wget https://zoid.ewelt.net/dist/zoid-0.1.7.tar.gz # tar xfvz zoid-0.1.7.tar.gz # cd zoid-0.1.7.tar.gz # python setup.py install Whats next? ----------- You can now continue reading: .. toctree:: :maxdepth: 1 ../using/index