.. _installation: Build and Installation ======================= Installation ------------- - Game is released on `Pypi `_. - This game can be install using pip. - Use following command: ``python -m pip install worldmor`` Build from repository -------------------------- For editing and local use, it is also possible to download this repository and to bring the game directly from it. Try following commands: 1. Clone **WorldMor** from `repository `_. 2. Go into the cloned directory. 3. Run ``python -m pip install -r requirements.txt`` 4. Use the following command to build Cython code for your system: ``python setup.py develop`` 5. Now you can run game using ``python -m worldmor``