25 lines
506 B
ReStructuredText
25 lines
506 B
ReStructuredText
.. include:: common.rst
|
|
|
|
.. _getting-started:
|
|
|
|
Getting Started
|
|
===============
|
|
|
|
Start A Django Project
|
|
----------------------
|
|
|
|
First, you will need a working Django project. Instructions on how to set one up can be found on Django's website_.
|
|
|
|
.. _website: https://docs.djangoproject.com/en/2.0/intro/install/
|
|
|
|
Once you have a working Django project, you will need to install Minecraft Manager.
|
|
|
|
|
|
|
|
Installation
|
|
------------
|
|
|
|
Install Minecraft Manager with pip.
|
|
::
|
|
|
|
pip install minecraft-manager-1.0.tar.gz |