Skip to content

Commit 6f37dec

Browse files
Documentation tweaks.
1 parent 25fb52b commit 6f37dec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/user_guide/installation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -795,13 +795,13 @@ In order to install using the source on GitHub, use the following commands::
795795

796796
Note that if you download a source zip file directly from GitHub then you will
797797
also need to download an `ODPI-C <https://github.com/oracle/odpi>`__ source zip
798-
file and put the extracted contents inside the subdirectory
799-
"python-oracledb-*/src/oracledb/impl/thick/odpi".
798+
file and put the extracted contents inside the "odpi" subdirectory, for example
799+
in "python-oracledb-main/src/oracledb/impl/thick/odpi".
800800

801801
Python-oracledb source code is also available from opensource.oracle.com. This
802802
can be installed with::
803803

804-
git clone --recurse-submodules git://opensource.oracle.com/git/oracle/python-oracledb.git
804+
git clone --recurse-submodules https://opensource.oracle.com/git/oracle/python-oracledb.git
805805
cd python-oracledb
806806
python setup.py build
807807
python setup.py install

0 commit comments

Comments
 (0)