Skip to content

Commit f4f1210

Browse files
author
martinvanhensbergen
authored
Update README.md
Add Requirements section with URL to the supported Python versions. Update links to main documentation. (DIS-1986)
1 parent 66f6fd0 commit f4f1210

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
A Dissect module implementing parsers for various executable formats such as PE, ELF and Macho-O. For
44
more information, please see [the documentation](https://docs.dissect.tools/en/latest/projects/dissect.executable/index.html).
55

6+
## Requirements
7+
8+
This project is part of the Dissect framework and requires Python.
9+
10+
Information on the supported Python versions can be found in the Getting Started section of [the documentation](https://docs.dissect.tools/en/latest/index.html#getting-started).
11+
612
## Installation
713

814
`dissect.executable` is available on [PyPI](https://pypi.org/project/dissect.executable/).
@@ -32,12 +38,12 @@ tox
3238
```
3339

3440
For a more elaborate explanation on how to build and test the project, please see [the
35-
documentation](https://docs.dissect.tools/en/latest/contributing/developing.html#building-testing).
41+
documentation](https://docs.dissect.tools/en/latest/contributing/tooling.html).
3642

3743
## Contributing
3844

3945
The Dissect project encourages any contribution to the codebase. To make your contribution fit into the project, please
40-
refer to [the style guide](https://docs.dissect.tools/en/latest/contributing/style-guide.html).
46+
refer to [the development guide](https://docs.dissect.tools/en/latest/contributing/developing.html).
4147

4248
## Copyright and license
4349

0 commit comments

Comments
 (0)