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
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,6 +128,9 @@ If you want to have the __development version__ installed on your computer, thes
128
128
* Instant Oracle sdk
129
129
* Python libraries:
130
130
* cx_Oracle
131
+
* passlib
132
+
* pycrypto
133
+
* python-scapy
131
134
* colorlog (recommended)
132
135
* termcolor (recommended)
133
136
* argcomplete (recommended)
@@ -139,6 +142,18 @@ Installation (optional, for development version)
139
142
This part describes how to install instantclient, CX_Oracle and some others python libraries on __Ubuntu__ in order to have the ODAT development version.
140
143
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__
141
144
145
+
* Clone the repository to get the ODAT source code:
0 commit comments