Skip to content

Commit

Permalink
docs: add python pre-requisites
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Molina <miguel@erizocosmi.co>
  • Loading branch information
erizocosmico committed Jul 12, 2018
1 parent 9a85664 commit 70f1ed8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,16 @@ Either in case the `LANG` variable wouldn't be set to a UTF-8 encoding or it wou
# Pre-requisites

* Scala 2.11.x
* Python >= 3.4.x (engine is tested with Python 3.4, 3.5 and 3.6 and these are the supported versions, even if it might still work with previous ones)
* [Apache Spark Installation](http://spark.apache.org/docs/2.2.1/) 2.2.x or 2.3.x
* [bblfsh](https://github.com/bblfsh/bblfshd) >= 2.5.0: Used for UAST extraction

## Python pre-requisites:

* Python >= 3.4.x (engine is tested with Python 3.4, 3.5 and 3.6 and these are the supported versions, even if it might still work with previous ones)
* `libxml2-dev` installed
* `python3-dev` installed
* `g++` installed

# Examples of engine usage

**engine** is available on [maven central](https://search.maven.org/#search%7Cga%7C1%7Ctech.sourced.engine). To add it to your project as a dependency,
Expand Down

0 comments on commit 70f1ed8

Please sign in to comment.