From 2ca1f2c9d9d207c3fcafcf642213fcd7ee8b436f Mon Sep 17 00:00:00 2001 From: Matthew Plough Date: Fri, 24 Feb 2023 13:11:01 -0500 Subject: [PATCH] Document installation options for ESMpy (#241) --- doc/installation.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/installation.rst b/doc/installation.rst index b08cb828..00c9e2d6 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -50,6 +50,7 @@ Notes about ESMpy ----------------- * ESMpy 8.4 is only compatible with xESMF >= 0.7. +* ESMpy must be installed through Conda or compiled manually; it is not available through PyPI. When installing xESMF with pip, the ESMpy package must be manually installed first. * When installing ESMpy 8.4 through conda, the environment must be _activated_ before the package is used, which often means deactivating and re-activating it. See this `xESMF issue `_ and the related `ESMpy issue `_. Testing your installation