Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
emirkmo authored Nov 11, 2022
1 parent 20f70f6 commit 0f4a172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Installation instructions
>>> pip install -r requirements.txt
>>> pip install -r requirements_dev.txt # for tests/development

* Last step is to create a config-file. Create a file named "config.ini" and place it in the "flows" directory. Make sure that the file can only be read by you (``chmod 0600 config.ini``)!
* **Changed with ``tendrils`` API.** If using ``tendrils``, follow the steps below, but then let ``tendrils`` know of the config file location. Alternatively, individual config file elements can be set programatically using `tendrils` and will be saved to a config file automatically. Last step is to create a config-file. Create a file named "config.ini" and place it in the "flows" directory. Make sure that the file can only be read by you (``chmod 0600 config.ini``)!
This file can contain all the settings for running the pipeline. A minimal file for working with the pipeline is

.. code-block:: ini
Expand All @@ -36,7 +36,7 @@ Installation instructions
[TNS]
api_key = <AUFLOWS_BOT API key>
Where your API token can be found on the Flows webpage.
Where your API token can be found on the Flows webpage.


How to run tests
Expand Down

0 comments on commit 0f4a172

Please sign in to comment.