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.gz
cd pygeode-<version>
Ensure you have the prerequisite packages listed in the
INSTALL
file.Compile the source, and install:
python setup.py build
sudo python setup.py install