Skip to content

Commit

Permalink
Add Rust installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowers authored and rtyler committed Nov 18, 2023
1 parent 0ef8110 commit daa700e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/installation.md → docs/usage/installation.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Installation

The `deltalake` project can be installed via Pip for Python or Cargo for Rust.

## Using Pip

``` bash
pip install deltalake
```

NOTE: official binary wheels are linked against openssl statically for remote objection store communication. Please file Github issue to request for critical openssl upgrade.

## Using Cargo

``` bash
cargo add deltalake
```
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ theme:
- content.tabs.link
nav:
- Home: index.md
- Installation: installation.md
- Usage:
- Installation: usage/installation.md
- Overview: usage/index.md
- Loading a Delta Table: usage/loading-table.md
- Examining a Delta Table: usage/examining-table.md
Expand Down

0 comments on commit daa700e

Please sign in to comment.