Skip to content

Commit ad7abe5

Browse files
bobsbobs
authored andcommitted
Merge branch 'master' of https://github.com/quentinhardy/odat
2 parents b03d95a + 9ef19bf commit ad7abe5

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ If you want to have the __development version__ installed on your computer, thes
128128
* Instant Oracle sdk
129129
* Python libraries:
130130
* cx_Oracle
131+
* passlib
132+
* pycrypto
133+
* python-scapy
131134
* colorlog (recommended)
132135
* termcolor (recommended)
133136
* argcomplete (recommended)
@@ -139,6 +142,18 @@ Installation (optional, for development version)
139142
This part describes how to install instantclient, CX_Oracle and some others python libraries on __Ubuntu__ in order to have the ODAT development version.
140143
Don't forget that an ODAT standalone version exists at [https://github.com/quentinhardy/odat/releases/](https://github.com/quentinhardy/odat/releases/): __It is not required to install something for use the standalone version__
141144

145+
* Clone the repository to get the ODAT source code:
146+
```bash
147+
git clone git clone https://github.com/quentinhardy/odat.git
148+
```
149+
150+
* Update wiki pages in this repository for getting the ODAT documentation locally:
151+
```bash
152+
cd odat/
153+
git submodule init
154+
git submodule update
155+
```
156+
142157
* Get instant client basic, sdk (devel) and sqlplus from the Oracle web site:
143158
* X64: http://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html
144159
* X86: http://www.oracle.com/technetwork/topics/linuxsoft-082809.html

0 commit comments

Comments
 (0)