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
database (`.rdb`) as a [Python Polars Dataframe](https://docs.pola.rs).
8
+
database (`.rdb` or `.accdb`) as a [Python Polars Dataframe](https://docs.pola.rs).
9
9
10
10
## Installation
11
11
12
12
To read the database, this package thinly wraps
13
13
[MDBTools](https://github.com/mdbtools/mdbtools).
14
14
15
-
If you are on `OSX`, install it via [Homebrew](http://brew.sh/):
15
+
If you are on `macOS`, install it via [Homebrew](http://brew.sh/):
16
16
17
17
```sh
18
18
$ brew install mdbtools
@@ -24,7 +24,7 @@ $ sudo apt install mdbtools
24
24
```
25
25
26
26
If you are on `Windows`, it's a little tougher. Install `mdbtools` for [Windows](https://github.com/lsgunth/mdbtools-win). Manually add to PATH.
27
-
1. Download the mdb-tools files from Windows link above. Visit the Releases section, then downloadi the part that says "Source Code (zip)".
27
+
1. Download the mdb-tools files from Windows link above. Visit the Releases section, then download the part that says "Source Code (zip)".
28
28
2. Extract that to somewhere like `C:/bin/mdbtools-win/mdbtools-win-1.0.0`.
29
29
3. Follow these instructions to [add that folder to your environment path](https://linuxhint.com/add-directory-to-path-environment-variables-windows/) (Method 1, but use the path to the mdbtools executable files).
30
30
4. Restart your computer or just close and re-open the program you're running it from. You can test that it works by opening a terminal and running `mdb-tables --help` and see that it doesn't fail.
0 commit comments