Installing the Posit SDK

Problem

You want to start using the Posit SDK.

Solution

Download and install the Posit SDK.

The Posit SDK for Python is available on PyPI and is installed using pip.

Tip

We recommend using a virtual environment to isolate dependencies. There are several popular Python virtual environment managers. The standard tool for virtual environment is the builtin Python module venv. Alternatively, other popular virtual environment managers include Pipenv, Conda, and Poetry.

pip install posit-sdk

The connectapi package is available on CRAN and GitHub.

Tip

We recommend using a virtual environment to isolate dependencies. There are several popular R virtual environment managers. We recommend using the renv package.

install.packages("connectapi")