Can I use ScriptEditor python #r
tag to install packages from test-pypi? @eirannejad
Normally i would install it like that:
#r: compas-cpp
which corresponds to:
pip install compas-cpp
But what about test packages?
pip install -i https://test.pypi.org/simple/ compas-cpp
I had to do the following which is a bit annoying that I cannot do directly using #r
: