You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _includes/installation.html
+49-1Lines changed: 49 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,14 @@ <h4>Docker Image</h4>
109
109
docker run --rm -it -v "$(pwd):/workspace" -w /workspace duckdb/duckdb
110
110
{%- endhighlight -%}
111
111
112
+
<h4>Installation via Pip (Beta)</h4>
113
+
114
+
You can install the DuckDB CLI client via <ahref="https://pip.pypa.io/en/stable/">Python's pip</a>:
115
+
116
+
{%- highlight bash -%}
117
+
pip install duckdb-cli
118
+
{%- endhighlight -%}
119
+
112
120
<h4>Direct Download</h4>
113
121
{%- assign f = site.data.checksums_current.artifacts.cli.macos.x86_64.filename -%}
114
122
<ahref="https://install.duckdb.org/v{{ site.current_duckdb_version }}/{{ f }}" class="download-btn" download="{{ f }}" rel="noopener noreferrer">{{ f }}</a>
@@ -128,6 +136,14 @@ <h4>Direct Download</h4>
128
136
129
137
<divclass="alternative">
130
138
139
+
<h4>Installation via Pip (Beta)</h4>
140
+
141
+
You can install the DuckDB CLI client via <ahref="https://pip.pypa.io/en/stable/">Python's pip</a>:
{%- assign f = site.data.checksums_lts.artifacts.cli.macos.x86_64.filename -%}
133
149
<ahref="https://install.duckdb.org/v{{ site.lts_duckdb_version }}/{{ f }}" class="download-btn" download="{{ f }}" rel="noopener noreferrer">{{ f }}</a>
@@ -147,6 +163,14 @@ <h4>Direct Download</h4>
147
163
148
164
<divclass="alternative">
149
165
166
+
<h4>Installation via Pip (Beta)</h4>
167
+
168
+
You can install the DuckDB CLI client via <ahref="https://pip.pypa.io/en/stable/">Python's pip</a>:
169
+
170
+
{%- highlight bash -%}
171
+
pip install duckdb-cli
172
+
{%- endhighlight -%}
173
+
150
174
<h4>Docker Image</h4>
151
175
{%- highlight bash -%}
152
176
docker run --rm -it -v "$(pwd):/workspace" -w /workspace duckdb/duckdb
@@ -175,6 +199,14 @@ <h4>Direct Downloads</h4>
175
199
176
200
<divclass="alternative">
177
201
202
+
<h4>Installation via Pip (Beta)</h4>
203
+
204
+
You can install the DuckDB CLI client via <ahref="https://pip.pypa.io/en/stable/">Python's pip</a>:
You can install DuckDB with a script the Run menu or the Command Prompt. Please note that this script is in beta – exercise caution when using it.
251
+
You can install the DuckDB CLI client with a script the Run menu or the Command Prompt. Please note that this script is in beta – exercise caution when using it.
0 commit comments