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__)
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__)