Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 515 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 515 Bytes

Interactive search of non-indexed data http://diamond.cs.cmu.edu/

Installing the opendiamond backend (not including C libfilter and scope cookie hook) is now purely Pythonic.

conda env create -n <VIRTUAL_ENV_NAME> -f environment.yml
conda activate <VIRTUAL_ENV_NAME>
python setup.py install
# start the backend
diamondd

The virtual env's Python interpreter path is "baked in" in the entry points. So one can also run directly without conda activate:

/path_to_virtual_env/bin/diamondd