Find Missing SDS
DETAILS
REQUIREMENTS
USAGE
VERSIONS
Version 5:
Version 4:
Version 3:
Version 2:
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
cd find_missing_sds-public# you can change "find_missing_sds_venv" to another name too
python3 -m venv find_missing_sds_venv # Create virtual environment
source find_missing_sds_venv/bin/activate # Activate the virtual environmentpip install -r requirements.txt# Replace "find_missing_sds_v5" with latest version if neccessary
python3 find_missing_sds_v5/find_missing_sds.py