Skip to content

Commit 049d86e

Browse files
committed
Add module installation section
1 parent 6fd5e82 commit 049d86e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Readme.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,19 @@ In the examples below, the string **HKLM:\SOFTWARE\Microsoft\Windows\CurrentVers
5252
###### x64 Decrypted Buffer Memory Dump
5353
![x64 Buffer Dump (Decrypted)](https://github.com/wizardy0ga/FormCrypt/blob/master/images/x64_buffer_decrypted_dump.png)
5454
55+
## Installation
56+
FormCrypt can be installed from the python package index ([pypi](https://pypi.org)) or locally. All operations are performed from the command line.
57+
58+
### Pip (PyPi)
59+
`pip install formcrypt`
60+
61+
### Local
62+
```
63+
git clone https://github.com/wizardy0ga/formcrypt
64+
cd ./formcrypt
65+
pip install .
66+
```
67+
5568
## Usage
5669
FormCrypt offers two interfaces for usage, scripting & the command line.
5770

0 commit comments

Comments
 (0)