Skip to content

Commit 1173224

Browse files
authored
Emphasize the pip install reactpy does not include a backend (#1012)
Saw a couple videos of poeple missing that fact when reading off the docs.
1 parent 309bd5a commit 1173224

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/guides/getting-started/installing-reactpy.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ backends. For example, if we want to run ReactPy using the `Starlette
99
1010
pip install "reactpy[starlette]"
1111
12-
If you want to install a "pure" version of ReactPy without a backend implementation you can
13-
do so without any installation extras. You might do this if you wanted to :ref:`use a
14-
custom backend <using a custom backend>` or if you wanted to manually pin your
15-
dependencies:
12+
If you want to install a "pure" version of ReactPy **without a backend implementation**
13+
you can do so without any installation extras. You might do this if you wanted to
14+
:ref:`use a custom backend <using a custom backend>` or if you wanted to manually pin
15+
the dependencies for your chosen backend:
1616

1717
.. code-block:: bash
1818

0 commit comments

Comments
 (0)