@@ -98,51 +98,7 @@ <h3>Free</h3>
98
98
</ div >
99
99
</ section >
100
100
101
- < section id ="quickinstall ">
102
- < div class ="flexwrap wrap ">
103
- < div class ="intro ">
104
- < h1 > Installation</ h1 >
105
- < p > DuckDB is seamlessly integrated with major programming languages. It can be installed in less than 20 seconds on most platforms.</ p >
106
- < a href ="/docs/installation/ " class ="white dark button "> More installation options</ a >
107
- </ div >
108
- < div class ="install ">
109
- < div class ="window ">
110
- < div class ="topbar environment ">
111
- < ul >
112
- < li data-client ="cli " class ="active "> Command line</ li >
113
- < li data-client ="python "> Python</ li >
114
- < li data-client ="r "> R</ li >
115
- < li data-client ="java "> Java</ li >
116
- < li data-client ="nodejs "> Node.js</ li >
117
- < li data-client ="odbc "> ODBC</ li >
118
- </ ul >
119
- </ div >
120
- < label class ="onlymobile ">
121
- < select name ="environment " class ="environmentselect onlymobile ">
122
- < option value ="cli "> Command Line</ option >
123
- < option value ="python "> Python</ option >
124
- < option value ="r "> R</ option >
125
- < option value ="java "> Java</ option >
126
- < option value ="nodejs "> Node.js</ option >
127
- < option value ="odbc "> ODBC</ option >
128
- </ select >
129
- </ label >
130
-
131
- < div class ="result content dark ">
132
- {% highlight bash %}
133
- brew install duckdb
134
- {% endhighlight %}
135
- </ div >
136
-
137
- < div class ="bottombar ">
138
- < p class ="system ">
139
- < span > Latest release: DuckDB {{ site.currentduckdbversion }} | </ span >
140
- < span class ="systemdetected "> System detected: </ span >
141
- </ p >
142
- </ div >
143
- </ div >
144
- </ section >
145
-
101
+ {% include quick_installation.html %}
146
102
147
103
< section class ="blog ">
148
104
< div class ="wrap ">
@@ -312,69 +268,5 @@ <h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
312
268
</ div >
313
269
314
270
</ div >
315
-
316
-
317
-
318
-
319
- < div id ="quick-installation ">
320
-
321
- < div data-install ="python ">
322
- {% highlight bash %}
323
- pip install duckdb
324
- {% endhighlight %}
325
- </ div >
326
-
327
- < div data-install ="r ">
328
- {% highlight r %}
329
- install.packages("duckdb")
330
- {% endhighlight %}
331
- </ div >
332
-
333
- < div data-install ="java ">
334
- {% highlight xml %}
335
- < dependency >
336
- < groupId > org.duckdb</ groupId >
337
- < artifactId > duckdb_jdbc</ artifactId >
338
- < version > {{ site.currentduckdbversion }}</ version >
339
- </ dependency >
340
- {% endhighlight %}
341
- </ div >
342
-
343
- < div data-install ="nodejs ">
344
- {% highlight bash %}
345
- npm install duckdb
346
- {% endhighlight %}
347
- </ div >
348
-
349
- < div data-install ="cli macos ">
350
- {% highlight bash %}
351
- brew install duckdb
352
- {% endhighlight %}
353
- </ div >
354
-
355
- < div data-install ="cli linux ">
356
- < a href ="https://github.com/duckdb/duckdb/releases/download/v{{ site.currentduckdbversion }}/duckdb_cli-linux-amd64.zip " target ="_blank "> https://github.com< wbr > /duckdb/< wbr > duckdb/< wbr > releases/< wbr > download/< wbr > v{{ site.currentduckdbversion }}/duckdb_cli-linux-amd64.zip</ a >
357
- </ div >
358
-
359
- < div data-install ="cli win ">
360
- {% highlight bash %}
361
- winget install DuckDB.cli
362
- {% endhighlight %}
363
- </ div >
364
-
365
- < div data-install ="odbc macos ">
366
- < a href ="https://github.com/duckdb/duckdb/releases/download/v{{ site.currentduckdbversion }}/duckdb_odbc-osx-universal.zip "> duckdb_odbc-osx-universal.zip</ a >
367
- </ div >
368
-
369
- < div data-install ="odbc linux ">
370
- < a href ="https://github.com/duckdb/duckdb/releases/download/v{{ site.currentduckdbversion }}/duckdb_odbc-linux-amd64.zip " target ="_blank "> https://github.com/< wbr > duckdb/< wbr > duckdb/< wbr > releases/< wbr > download/< wbr > v{{ site.currentduckdbversion }}/duckdb_odbc-linux-amd64.zip</ a >
371
- </ div >
372
-
373
- < div data-install ="odbc win ">
374
- < a href ="https://github.com/duckdb/duckdb/releases/download/v{{ site.currentduckdbversion }}/duckdb_odbc-windows-amd64.zip " target ="_blank "> https://github.com/< wbr > duckdb/< wbr > duckdb/< wbr > releases/< wbr > download/< wbr > v{{ site.currentduckdbversion }}/duckdb_odbc-windows-amd64.zip</ a >
375
- </ div >
376
-
377
- </ div >
378
-
379
271
380
272
</ section >
0 commit comments