Skip to content

Commit ce6fdcb

Browse files
authored
Update README.md
1 parent 7e920dd commit ce6fdcb

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

‎README.md‎

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,16 @@ A tool to do some xor analysis:
88

99
**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.
1010

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
1512

1613
```bash
17-
python3 -m pip install --user xortool
14+
$ pip3 install xortool
1815
```
1916

17+
## Development
18+
19+
For development or building this repository, [poetry](https://python-poetry.org/) is needed.
20+
2021

2122
Usage
2223
---------------------

0 commit comments

Comments
 (0)