===============
sampo_ps create
===============

.. contents:: Contents
    :local:

Overview
========
.. warning::

   sampo_ps create command is deprecated.

**sampo_ps create** creates a ProcessStore on a specified URL.
Mainly, this is used to prepare a ProcessStore before executing some commands like **sampo learn** or **sampo predict**.

|

Synopsis
========
See sampo_ps command help::

    $ sampo_ps create --help

|

Examples
========
Creating a ProcessStore in **/var/process_store_storage**::

    $ sampo_ps create file:///var/process_store_storage
