Skip to content

Commit

Permalink
updated install.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
decalage2 committed May 23, 2019
1 parent 9e47e2a commit 1892bb0
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions INSTALL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ sudo -H pip install -U oletools

Replace `pip` by `pip3` or `pip2` to install on a specific Python version.

**New in v0.54:** To enable the decryption of encrypted documents, you also need to install the msoffcrypto-tool package:
```text
sudo -H pip install -U msoffcrypto-tool
```


**Important**: Since version 0.50, pip will automatically create convenient command-line scripts
in /usr/local/bin to run all the oletools from any directory.

Expand All @@ -53,11 +47,6 @@ by adding the `--user` option:
pip3 install -U --user oletools
```

**New in v0.54:** To enable the decryption of encrypted documents, you also need to install the msoffcrypto-tool package:
```text
pip install -U msoffcrypto-tool
```

**Important**: Since version 0.50, pip will automatically create convenient command-line scripts
to run all the oletools from any directory: olevba, mraptor, oleid, rtfobj, etc.

Expand All @@ -76,11 +65,6 @@ sudo -H pip install -U https://github.com/decalage2/oletools/archive/master.zip

Replace `pip` by `pip3` or `pip2` to install on a specific Python version.

**New in v0.54:** To enable the decryption of encrypted documents, you also need to install the msoffcrypto-tool package:
```text
sudo -H pip install -U msoffcrypto-tool
```

### Windows

```text
Expand All @@ -97,12 +81,6 @@ by adding the `--user` option:
pip3 install -U --user https://github.com/decalage2/oletools/archive/master.zip
```

**New in v0.54:** To enable the decryption of encrypted documents, you also need to install the msoffcrypto-tool package:
```text
pip install -U msoffcrypto-tool
```


How to install offline - Computer without Internet access
---------------------------------------------------------

Expand Down

0 comments on commit 1892bb0

Please sign in to comment.