Installing PyGeode¶
Anaconda¶
Conda packages for PyGeode are maintained in the custom channel https://conda.anaconda.org/aph42
From the source code¶
This approach should only be used if you are unable to install from a binary package. You may have to do some fiddling to get it to compile on your system.
Download the latest stable release here.
Unpack the tarball:
tar -xzvf pygeode-<version>.tar.gzcd pygeode-<version>Ensure you have the prerequisite packages listed in the
INSTALLfile.Compile the source, and install:
python setup.py buildsudo python setup.py install