diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 26f75a8..04eb58f 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -32,7 +32,7 @@ Installing via Conda The easiest way to install wrf-python is using `Conda `_:: - $ conda install -c bladwig wrf-python + $ conda install -c conda-forge wrf-python Installing via Source Code diff --git a/doc/source/new.rst b/doc/source/new.rst index c4f099f..9da341b 100644 --- a/doc/source/new.rst +++ b/doc/source/new.rst @@ -25,4 +25,8 @@ v1.0b1 - Beta release 1. - Added more packaging boilerplate. +- Note: Currently unable to build with Python 3.5 on Windows, due to + issues with distutils, numpy distutils, and mingw compiler. Will attempt + to find a workaround before the next release. Windows users should use + Python 2.7 or Python 3.4 for now.