瀏覽代碼

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.