From 05f8fcc98306469954341c01422df7cca9c4e24f Mon Sep 17 00:00:00 2001 From: ChunjiangZhu Date: Tue, 19 May 2020 10:28:18 -0400 Subject: [PATCH] add install requirement.txt --- .DS_Store | Bin 10244 -> 10244 bytes README.md | 6 +++++- requirements.txt | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.DS_Store b/.DS_Store index 38f525a7587d3f226046cd3ce72954d08816ae95..afb1bdc376a0c0241d3bfeb1d4203670f90495ff 100644 GIT binary patch delta 50 rcmZn(XbIRLAvSrrKsTfDF{LJJ9qUxJ@#D8;aW>XMigNaP$5&sDQ3(XDO diff --git a/README.md b/README.md index dc59844..f7ec712 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,11 @@ Computational environments supported: 1. Download and put a dataset, e.g. Chembl-1024-jaccard.hdf5, under "data" folder; 2. Download and put a Singularity image file, e.g. "ann-bench-nmslib3.sif" under "singularity" folder. -# Executions under a PC with Singularity +# Executions under a PC through Singularity +1. pip install -r requirements.txt + +2. Run your algorithm + Run.py Parameters: dataset: dataset name (Required) diff --git a/requirements.txt b/requirements.txt index 5677802..4b8d866 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ ansicolors==1.1.8 docker==2.6.1 +singularity==3.1.1 h5py==2.7.1 matplotlib==2.1.0 numpy==1.13.3