about summary refs log tree commit diff
path: root/.venv/lib/python3.12/site-packages/olefile/doc/Install.md
diff options
context:
space:
mode:
Diffstat (limited to '.venv/lib/python3.12/site-packages/olefile/doc/Install.md')
-rw-r--r--.venv/lib/python3.12/site-packages/olefile/doc/Install.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/olefile/doc/Install.md b/.venv/lib/python3.12/site-packages/olefile/doc/Install.md
new file mode 100644
index 00000000..6afa6245
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/olefile/doc/Install.md
@@ -0,0 +1,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