Description
Currently we keep them in the CIL-Demos readme and the CIL readme. But this means we have to update the CIL readme whenever we add new dependencies to CIL-Demos
Environment
import cil, sys
print(cil.version.version, cil.version.commit_hash, sys.version, sys.platform)
Description
Currently we keep them in the CIL-Demos readme and the CIL readme. But this means we have to update the CIL readme whenever we add new dependencies to CIL-Demos
Environment