blob: 6afa62459ab13ec09ac545f92a2abb9f3e216b44 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
How to Download and Install olefile
===================================
Pre-requisites
--------------
olefile requires Python 2.6, 2.7 or 3.x.
For Python 2.5 and older, olefile falls back to an older version (based on OleFileIO_PL 0.26) which might not contain
all the enhancements implemented in olefile.
Download and Install
--------------------
To use olefile with other Python applications or your own scripts, the simplest solution is to run **pip install olefile**
or **easy_install olefile**, to download and install the package in one go. Pip is part of the standard Python
distribution since v2.7.9.
To update olefile if a previous version is already installed, run **pip install -U olefile**.
Otherwise you may download/extract the [zip archive](https://bitbucket.org/decalage/olefileio_pl/downloads) in a
temporary directory and run **python setup.py install**.
On Windows you may simply double-click on **install.bat**.
--------------------------------------------------------------------------
olefile documentation
---------------------
- [[Home]]
- [[License]]
- [[Install]]
- [[Contribute]], Suggest Improvements or Report Issues
- [[OLE_Overview]]
- [[API]] and Usage
|