Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Resources
Installation
============

You can install Parsons using ``pip install parsons``. We recommend using a `virtual environment <https://www.parsonsproject.org/pub/installation#setting-up-your-virtual-environment>`_.
You can install Parsons using ``pip install parsons`` or ``pip install parsons[all]``. The latter installs parsons along with all dependencies for all connectors, whereas the former just installs core dependencies. To add individual connector dependencies one by one, you can use commands like ``pip install parsons[ngpvan]``, ``pip install parsons[actionnetwork]`` or combined commands like ``pip install parsons[google,targetsmart,airtable]``.

Need more detail? We have a `detailed, beginner-friendly guide to installing Parsons <https://www.parsonsproject.org/pub/installation/>`_ on our website.

Expand Down
Loading