Skip to content

Commit a962ba8

Browse files
committed
Explicitly mention Instant Client SDK
1 parent d8031c5 commit a962ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Prerequisites:
4646

4747
- [Python 2.7](https://www.python.org/downloads/)
4848
- C Compiler with support for C++ 11 (Xcode, gcc, Visual Studio or similar)
49-
- The small, free [Oracle Instant Client](http://www.oracle.com/technetwork/database/features/instant-client/index-100365.html) libraries if your database is remote. Or use a locally installed database such as the free [Oracle XE](http://www.oracle.com/technetwork/database/database-technologies/express-edition/overview/index.html) release
49+
- The small, free [Oracle Instant Client](http://www.oracle.com/technetwork/database/features/instant-client/index-100365.html) "basic" and "SDK" packages if your database is remote. Or use a locally installed database such as the free [Oracle XE](http://www.oracle.com/technetwork/database/database-technologies/express-edition/overview/index.html) release
5050
- Set `OCI_LIB_DIR` and `OCI_INC_DIR` during installation if the Oracle libraries and headers are in a non-default location
5151

5252
Run `npm install oracledb` to install from the [NPM registry](https://www.npmjs.com/package/oracledb).

0 commit comments

Comments
 (0)