ソースを参照

readme update

gnidovec 2 年 前
コミット
5af2243fd0
1 ファイル変更3 行追加0 行削除
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -0,0 +1,3 @@
+Algorithm to calculate overlaps between two spherical ellipses.
+
+Python files contain an interface for C functions in overlap_algorithm.c. This file should first be compiled to a shared library overlap_algorithm.so to make this interface work.