cd update_sql_mol# you can change "update_sql_mol_venv" to other name too
python3 -m venv update_sql_mol_venv # Create virtual environment
source update_sql_mol_venv/bin/activate # Activate the virtual environmentpip install -r requirements.txtpython3 update_sql_mol_v6/update_sql_mol.py # Replace "update_sql_mol_v6" with latest versioncd 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