Commit 1892bb00b61cf10e72981ec83d9d470b481645b3
1 parent
9e47e2a9
updated install.txt
Showing
1 changed file
with
0 additions
and
22 deletions
INSTALL.txt
| @@ -25,12 +25,6 @@ sudo -H pip install -U oletools | @@ -25,12 +25,6 @@ sudo -H pip install -U oletools | ||
| 25 | 25 | ||
| 26 | Replace `pip` by `pip3` or `pip2` to install on a specific Python version. | 26 | Replace `pip` by `pip3` or `pip2` to install on a specific Python version. |
| 27 | 27 | ||
| 28 | -**New in v0.54:** To enable the decryption of encrypted documents, you also need to install the msoffcrypto-tool package: | ||
| 29 | -```text | ||
| 30 | -sudo -H pip install -U msoffcrypto-tool | ||
| 31 | -``` | ||
| 32 | - | ||
| 33 | - | ||
| 34 | **Important**: Since version 0.50, pip will automatically create convenient command-line scripts | 28 | **Important**: Since version 0.50, pip will automatically create convenient command-line scripts |
| 35 | in /usr/local/bin to run all the oletools from any directory. | 29 | in /usr/local/bin to run all the oletools from any directory. |
| 36 | 30 | ||
| @@ -53,11 +47,6 @@ by adding the `--user` option: | @@ -53,11 +47,6 @@ by adding the `--user` option: | ||
| 53 | pip3 install -U --user oletools | 47 | pip3 install -U --user oletools |
| 54 | ``` | 48 | ``` |
| 55 | 49 | ||
| 56 | -**New in v0.54:** To enable the decryption of encrypted documents, you also need to install the msoffcrypto-tool package: | ||
| 57 | -```text | ||
| 58 | -pip install -U msoffcrypto-tool | ||
| 59 | -``` | ||
| 60 | - | ||
| 61 | **Important**: Since version 0.50, pip will automatically create convenient command-line scripts | 50 | **Important**: Since version 0.50, pip will automatically create convenient command-line scripts |
| 62 | to run all the oletools from any directory: olevba, mraptor, oleid, rtfobj, etc. | 51 | to run all the oletools from any directory: olevba, mraptor, oleid, rtfobj, etc. |
| 63 | 52 | ||
| @@ -76,11 +65,6 @@ sudo -H pip install -U https://github.com/decalage2/oletools/archive/master.zip | @@ -76,11 +65,6 @@ sudo -H pip install -U https://github.com/decalage2/oletools/archive/master.zip | ||
| 76 | 65 | ||
| 77 | Replace `pip` by `pip3` or `pip2` to install on a specific Python version. | 66 | Replace `pip` by `pip3` or `pip2` to install on a specific Python version. |
| 78 | 67 | ||
| 79 | -**New in v0.54:** To enable the decryption of encrypted documents, you also need to install the msoffcrypto-tool package: | ||
| 80 | -```text | ||
| 81 | -sudo -H pip install -U msoffcrypto-tool | ||
| 82 | -``` | ||
| 83 | - | ||
| 84 | ### Windows | 68 | ### Windows |
| 85 | 69 | ||
| 86 | ```text | 70 | ```text |
| @@ -97,12 +81,6 @@ by adding the `--user` option: | @@ -97,12 +81,6 @@ by adding the `--user` option: | ||
| 97 | pip3 install -U --user https://github.com/decalage2/oletools/archive/master.zip | 81 | pip3 install -U --user https://github.com/decalage2/oletools/archive/master.zip |
| 98 | ``` | 82 | ``` |
| 99 | 83 | ||
| 100 | -**New in v0.54:** To enable the decryption of encrypted documents, you also need to install the msoffcrypto-tool package: | ||
| 101 | -```text | ||
| 102 | -pip install -U msoffcrypto-tool | ||
| 103 | -``` | ||
| 104 | - | ||
| 105 | - | ||
| 106 | How to install offline - Computer without Internet access | 84 | How to install offline - Computer without Internet access |
| 107 | --------------------------------------------------------- | 85 | --------------------------------------------------------- |
| 108 | 86 |