diff --git a/components/Developers.js b/components/Developers.js index 8f9b1854..17703dc0 100644 --- a/components/Developers.js +++ b/components/Developers.js @@ -42,7 +42,7 @@ export default function Developers({ buildWarnings = [], githubStats = null }) { )}
- pip install openadapt is the stable
+ pip install 'openadapt[browser]' is the stable
end-user entry point. The openadapt-flow{' '}
engine records a workflow, compiles it into a
reviewable program, and replays it locally with no model
diff --git a/components/MastHead.js b/components/MastHead.js
index f3aae9f2..25bdde82 100644
--- a/components/MastHead.js
+++ b/components/MastHead.js
@@ -97,7 +97,7 @@ export default function Home({ githubStats: initialGithubStats }) {
- pip install openadapt
+ pip install 'openadapt[browser]'
- pip install openadapt + pip install 'openadapt[browser]'
diff --git a/pages/download.js b/pages/download.js index 1809a6f6..a00f90f8 100644 --- a/pages/download.js +++ b/pages/download.js @@ -142,7 +142,7 @@ export default function DownloadPage({ release, fetchFailed }) { Windows, macOS, and Linux.-pip install openadapt+pip install 'openadapt[browser]'
The next complete Beta set has not been
published yet. Use{' '}
- pip install openadapt, or watch the
+ pip install 'openadapt[browser]', or watch the
desktop releases page for the native build.
- Start with pip install openadapt, or bring the workflow
+ Start with pip install 'openadapt[browser]', or bring the workflow
you most want to automate to a 30-minute call.