Thanks for Fluidity, it's a neat little package!
As far as I can tell, the version you're calling 0.2.1 is neither tagged in the Github repo, nor published on PyPI, so it's not pip install-able by normal users (the best one can get is pip install -e <git url> which requires local Git.)
I'd prefer not to vendorize or republish your software, so if you have the time to quickly python setup.py sdist register upload (or similar) that would be greatly appreciated!
Thanks for Fluidity, it's a neat little package!
As far as I can tell, the version you're calling 0.2.1 is neither tagged in the Github repo, nor published on PyPI, so it's not
pip install-able by normal users (the best one can get ispip install -e <git url>which requires local Git.)I'd prefer not to vendorize or republish your software, so if you have the time to quickly
python setup.py sdist register upload(or similar) that would be greatly appreciated!