Skip to content

Commit bcc7c1a

Browse files
authored
Update _generate_config.jinja (#1815)
1 parent 859a48c commit bcc7c1a

1 file changed

Lines changed: 19 additions & 11 deletions

File tree

docs/setup-robusta/installation/_generate_config.jinja

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,35 @@ Choose a configuration method below:
1212

1313
Create the configuration by signing up `for a free Robusta UI account ↗ <https://platform.robusta.dev/signup?utm_source=docs&utm_content=install-page>`_
1414

15-
.. note::
15+
.. details:: Why configure an Open Source project from a SaaS platform?
1616

17-
With the UI, you can easily configure integrations like Slack and Teams, while also unlocking exclusive features such as timeline of changes and alerts, built-in AI root cause analysis, and more.
17+
You can use Robusta OSS without any SaaS components, however you'll need integrations like Slack or MS Teams if you want to see Robusta doing anything.
1818

19+
The configuration for Slack can be difficult to generate on your own, so we provide a free UI to assist.
20+
21+
You can use the UI to generate Helm values and then disable the UI, or you can use the free tier forever! We also have a paid tier with our most powerful AI agent included.
1922

20-
.. tab-item:: pip
23+
.. tab-item:: pipx
2124
:name: pip-cli-tab
2225

23-
Use the ``robusta`` cli tool to generate the Helm values.
26+
First install `pipx <https://github.com/pypa/pipx>`_.
2427

25-
.. details:: Requirements and Troubleshooting
26-
27-
* Python 3.7 or higher is required.
28-
* Use ``pip3`` on systems with both Python 2 and Python 3.
29-
* A ``command not found: robusta`` error means :ref:`Python's script directory is not your PATH.<Common Errors>`.
28+
Then use pipx to install and run the robusta cli:
3029

3130
.. code-block:: bash
3231
:name: cb-pip-install
3332

34-
pip install -U robusta-cli --no-cache
35-
robusta gen-config {{ gen_config_flags }}
33+
pipx run robusta-cli gen-config {{ gen_config_flags }}
34+
35+
.. details:: pipx vs pip
36+
37+
The ``robusta`` cli can also be installed with pip, but due to Python limitations, this can lead to dependency issues, as pip doesn't install packages in isolated environments.
38+
39+
But if you prefer pip instead of pipx - install with ``pip install -U robusta-cli --no-cache`` and run with ``robusta gen-config {{ gen_config_flags }}``
40+
41+
* Python 3.7 or higher is required.
42+
* Use ``pip3`` on systems with both Python 2 and Python 3.
43+
* A ``command not found: robusta`` error means :ref:`Python's script directory is not your PATH.<Common Errors>`.
3644

3745
.. tab-item:: docker
3846
:name: docker-cli-tab

0 commit comments

Comments
 (0)