Skip to content

Commit

Permalink
fix README for python drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Jul 14, 2023
1 parent d2ac2b2 commit 650711c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion python/adbc_driver_flightsql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Set the environment variable `ADBC_FLIGHTSQL_LIBRARY` to the path to
pip install -e ../adbc_driver_manager
export ADBC_FLIGHTSQL_LIBRARY=/path/to/libadbc_driver_flightsql.so
pip install -e --no-deps .
pip install --no-deps -e .
```

See [CONTRIBUTING.md](../../CONTRIBUTING.md) for details on the
Expand Down
2 changes: 1 addition & 1 deletion python/adbc_driver_postgresql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Set the environment variable `ADBC_POSTGRESQL_LIBRARY` to the path to
pip install -e ../adbc_driver_manager
export ADBC_POSTGRESQL_LIBRARY=/path/to/libadbc_driver_postgresql.so
pip install -e --no-deps .
pip install --no-deps -e .
```

See [CONTRIBUTING.md](../../CONTRIBUTING.md) for details on the
Expand Down
2 changes: 1 addition & 1 deletion python/adbc_driver_snowflake/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Set the environment variable `ADBC_SNOWFLAKE_LIBRARY` to the path to
pip install -e ../adbc_driver_manager
export ADBC_SNOWFLAKE_LIBRARY=/path/to/libadbc_driver_snowflake.so
pip install -e --no-deps .
pip install --no-deps -e .
```

See [CONTRIBUTING.md](../../CONTRIBUTING.md) for details on the
Expand Down
2 changes: 1 addition & 1 deletion python/adbc_driver_sqlite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Set the environment variable `ADBC_SQLITE_LIBRARY` to the path to
pip install -e ../adbc_driver_manager
export ADBC_SQLITE_LIBRARY=/path/to/libadbc_driver_sqlite.so
pip install -e --no-deps .
pip install --no-deps -e .
```

See [CONTRIBUTING.md](../../CONTRIBUTING.md) for details on the
Expand Down

0 comments on commit 650711c

Please sign in to comment.