Skip to content
Werner Robitza edited this page Sep 15, 2020 · 1 revision

Setup

After all system requirements are installed, it is possible to setup a chain. For a better overview it is recommended to separate the tool chain's results from the actual software. Therefore a small setup script has been written, which setups the required folder structure.

It is possible to run the setup via:

$ cd <PATH_TO_CHAIN>
$ python chain.py setup -p <PATH_TO_DATA_FOLDER>

Symbols:

  • <PATH_TO_CHAIN>: path where the tool chain is located
  • <PATH_TO_DATA_FOLDER>: path where to setup the required folder structure in

Note that there is given a small setup example which explains the setup process more in detail.

Clone this wiki locally