Skip to content

Commit

Permalink
add install requirement.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunjiangZhu committed May 19, 2020
1 parent 9a2db4c commit 05f8fcc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 05f8fcc

Please sign in to comment.