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.
This commit is contained in:
Ryan Morshead 2023-06-06 16:35:05 -06:00 committed by GitHub
parent 309bd5a938
commit 11732245a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,10 +9,10 @@ backends. For example, if we want to run ReactPy using the `Starlette
pip install "reactpy[starlette]"
If you want to install a "pure" version of ReactPy without a backend implementation you can
do so without any installation extras. You might do this if you wanted to :ref:`use a
custom backend <using a custom backend>` or if you wanted to manually pin your
dependencies:
If you want to install a "pure" version of ReactPy **without a backend implementation**
you can do so without any installation extras. You might do this if you wanted to
:ref:`use a custom backend <using a custom backend>` or if you wanted to manually pin
the dependencies for your chosen backend:
.. code-block:: bash