RhinoCode and Python modules that are in development

Also if compas is the only package you need, you can specify that in your script and it will get installed

#! python3
# r: compas

import compas

print(compas.__version__)