From a163316a679e473378f0cf972c8f1b9a2debdcf4 Mon Sep 17 00:00:00 2001 From: Jonas Date: Fri, 19 Oct 2018 13:58:48 +0200 Subject: [PATCH 1/4] Update README.rst --- README.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.rst b/README.rst index eb6a56d52..4312d484e 100644 --- a/README.rst +++ b/README.rst @@ -17,9 +17,7 @@ Documentation can be found here: http://aerocom.met.no/pyaerocom Requirements ============ -We recommend using `Anaconda `_ as package manager. - -.. note:: This list may be incomplete +We recommend using `Anaconda `_ as package manager. The following packages are required for the installation of pyaerocom. - iris >= 2.0.0 - xarray >= 0.10.8 From 8459eb998fa691cc5059377c854e170777e289e1 Mon Sep 17 00:00:00 2001 From: Jonas Date: Fri, 19 Oct 2018 14:00:00 +0200 Subject: [PATCH 2/4] Update environment.yml Removed geonum --- environment.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/environment.yml b/environment.yml index cb1eddeef..4f6de4492 100644 --- a/environment.yml +++ b/environment.yml @@ -164,7 +164,6 @@ dependencies: - zeromq=4.2.5=hf484d3e_1 - zlib=1.2.11=ha838bed_2 - pip: - - geonum==1.3.1 - msgpack==0.5.6 - scitools-iris==2.2.0 prefix: /home/jonasg/anaconda3/envs/pyatest From 34845a7bc65d9d9fbc620233ac8e9da0ccc711f1 Mon Sep 17 00:00:00 2001 From: Jonas Date: Fri, 19 Oct 2018 14:00:28 +0200 Subject: [PATCH 3/4] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 4312d484e..ec7d22061 100644 --- a/README.rst +++ b/README.rst @@ -37,7 +37,7 @@ By installing iris, some of the further listed dependencies will be installed au Installing requirements using provided *environment.yml* file ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -If you use Anaconda as a package manager, you can install all requirements using the *environment.yml* file in the source code. +If you use Anaconda as a package manager, you can install all requirements using the `environment.yml `__ file in the source code. Installation ============ From 24fc62d924f981b37a3999d3ec2184f7372000bb Mon Sep 17 00:00:00 2001 From: Jonas Date: Fri, 19 Oct 2018 14:01:15 +0200 Subject: [PATCH 4/4] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ec7d22061..2a168a7ab 100644 --- a/README.rst +++ b/README.rst @@ -37,7 +37,7 @@ By installing iris, some of the further listed dependencies will be installed au Installing requirements using provided *environment.yml* file ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -If you use Anaconda as a package manager, you can install all requirements using the `environment.yml `__ file in the source code. +If you use Anaconda as a package manager, you can install all requirements using the provided `environment.yml `__ file. Installation ============