doc: Update Python 2 related documentation

Update documentation and code comments which mention Python 2.
This commit is contained in:
Ana Maria Martinez Gomez
2021-04-07 11:32:53 +02:00
parent e9d190799e
commit bbff3016fe
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ For more information on the FLARE team's open-source framework, capa, check out
capa explorer supports the following IDA setups:
* IDA Pro 7.4+ with Python 2.7 or Python 3.
* IDA Pro 7.4+ with Python >= 3.6.
If you encounter issues with your specific setup, please open a new [Issue](https://github.com/fireeye/capa/issues).

View File

@@ -438,7 +438,7 @@ def install_common_args(parser, wanted=None):
wanted (Set[str]): collection of arguments to opt-into, including:
- "sample": required positional argument to input file.
- "format": flag to override file format.
- "backend": flag to override analysis backend under py3.
- "backend": flag to override analysis backend.
- "rules": flag to override path to capa rules.
- "tag": flag to override/specify which rules to match.
"""