Installation ============ To install mss_datasever clone the `mss_dataserver Github repository `_, change into the directory containing the cloned source base directory (usually named mss_dataserver) and install it using pip. The source base directory it the directory containing ``setup.py``. .. code-block:: bash git clone https://github.com/Macroseismic-Sensor-Network/mss_dataserver.git pip install ./mss_dataserver To install the software in editable mode use the ``-e`` flag. This installs the software creating links to the source base directory. .. code-block:: bash pip install -e ./mss_dataserver