Installation¶
From PyPI¶
dicewars is available on The Python Package Index.
Preferably in a Python virtual env, run:
$ pip install dicewars
From source¶
Get the source code.
Inside the top-level source directory (and preferably in a Python virtual env), run:
$ pip install .
or
$ python setup.py install