Skip to content

Commit e828c57

Browse files
committed
reimplemented hausdorff.py, added requirements.txt file
1 parent 826bac5 commit e828c57

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ To run the packaged tool with GUI, execute the executable single file on your pr
1919
* xlsxwriter
2020
* xlrd
2121

22+
requirements.txt: can be used to create (conda) virtual environment with all necessary requirements
23+
24+
example command: conda create --name <env> --file requirements.txt
25+
2226
## Test Example
2327

2428
*test data:*

requirements.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# This file may be used to create an environment using:
2+
# $ conda create --name <env> --file <this file>
3+
# platform: linux-64
4+
numpy=1.15.4=py37h7e9f1db_0
5+
numpy-base=1.15.4=py37hde5b4d6_0
6+
pandas=0.23.4=py37h04863e7_0
7+
python=3.7.1=h0371630_7
8+
xlrd=1.2.0=py37_0
9+
xlsxwriter=1.1.2=py37_0

0 commit comments

Comments
 (0)