You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,16 @@ A tool to do some xor analysis:
8
8
9
9
**Notice:** xortool is now only running on Python 3. The old Python 2 version is accessible at the `py2` branch. The **pip** package has been updated.
10
10
11
-
Installation
12
-
---------------------
13
-
14
-
**xortool** can be installed using **pip**. The recommended way is to run the following command, which installs xortool only for current user. Remove the `--user` flag and run from root if global installation is preferred.
11
+
## Installation
15
12
16
13
```bash
17
-
python3 -m pip install --user xortool
14
+
$ pip3 install xortool
18
15
```
19
16
17
+
## Development
18
+
19
+
For development or building this repository, [poetry](https://python-poetry.org/) is needed.
0 commit comments