Skip to content

Commit 7806684

Browse files
authored
Merge pull request #143 from bee-san/#142-fix
Add orjson extra to pyproject.toml
2 parents 58ce3ef + f27064e commit 7806684

File tree

4 files changed

+91
-63
lines changed

4 files changed

+91
-63
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,28 @@ Well, with `what` all you have to do is ask `what "0x52908400098527886E0F7030069
2020

2121
`what`'s job is to **identify _what_ something is.** Whether it be a file or text! Or even the hex of a file! What about text _within_ files? We have that too! `what` is recursive, it will identify **everything** in text and more!
2222

23+
# Installation
24+
25+
## 🔨 Using pip
26+
27+
```$ pip3 install pywhat```
28+
29+
or
30+
31+
```$ pip3 install pywhat[optimize] # installs optional dependencies that may improve the speed```
32+
33+
## 🔨 Using homebrew
34+
35+
```$ brew install pywhat```
36+
37+
## 🔨 Using macports
38+
39+
```$ sudo port install pywhat```
40+
41+
## 🔨 Using conda
42+
43+
```$ conda install -c conda-forge pywhat```
44+
2345
# ⚙ Use Cases
2446

2547
## 🦠 Wannacry

0 commit comments

Comments
 (0)