Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 357 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 357 Bytes

python-analyzer

Python static anlaysis framework written in Scala.

Install

Set env variable PYANALYZER_HOME to this directory.

export PYANALYZER_HOME="some/path/to/python-analyzer"

When cloning the repository, submodules must be pulled together.

git clone --recurse-submodules https://github.com/kaist-plrg/python-analyzer