WFRT Demo =========== Howdy! Please start by forking the `wrft-demo `_ repository from my GitHub account. Fork repository ---------------- .. figure:: _static/img/git-fork.png :alt: alternate text :width: 800 :align: center After you have forked the ``wfrt-demo`` clone from your GitHub to your local machine. Clone repository ---------------- ssh ++++++++ .. code-block:: bash git clone git@github.com:/wfrt-demo.git https ++++++++ .. code-block:: bash git clone https://github.com//wfrt-demo.git I hope everyone has an `ssh key `_ setup with `GitHub `_ if not I hope you know your GitHub password and like typing it! Here is what the repo contains .. code-block:: bash wfrt-demo/ ├── README.md ├── utils │   └── foo.py └── wfrt.yml .. note:: The ``wfrt.yml`` will be helpful for the installation processes