cesium-ml / cesium

Machine Learning Time-Series Platform
Other
670 stars 101 forks source link

How to install Cesium from Anaconda? #240

Closed brylie closed 7 years ago

brylie commented 7 years ago

I am trying to install Cesium from the Python 3.6 version of Anaconda, for x86_64 architecture. When searching for 'cesium', conda is unable to find the package.

How might I use conda to manage the installation of cesium?

stefanv commented 7 years ago

Cesium isn't packaged in conda, but you can install it using pip:

pip install cesium

As far as I know, conda does track pip installs to some extent.