Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion PythonAPI/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

# To compile and install locally run "python setup.py build_ext --inplace"
# To install library to Python site-packages run "python setup.py build_ext install"
# For python 3 run above commands with python3 instead

ext_modules = [
Extension(
Expand All @@ -21,4 +22,4 @@
version='2.0',
ext_modules=
cythonize(ext_modules)
)
)