You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install.rst
+5-15Lines changed: 5 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,6 @@
1
1
Installation
2
2
============
3
3
4
-
You can install the ``esg-publisher`` (aka the ``esgcet`` Python package) one of two ways: conda, or git.
5
-
6
-
For the **basic** installation: to install esgcet using conda, use the following to create a new environment populated with the publisher software and required packages: ::
NOTE: if you install esgcet using conda below, the cmor package (different from tables) should be installed at the time you install esgcet automatically, and having cmor in your env may cause conflicts (but not always).
22
12
23
13
You will also need to install ``esgfpid`` using pip::
24
14
25
15
pip install esgfpid
26
16
27
-
NOTE: you will need a functioning version of ``autocurator`` in order to run the publisher, in addition to downloading the CMOR tables. See those pages for more info.
17
+
NOTE: you will need a functioning version of ``autocurator`` in order to run the publisher, in addition to downloading the CMOR tables. See those pages for more info. The ``autocurator`` package in the ``esgf-forge`` conda channel provides a working albeit not the most recent version of this module.
28
18
29
-
Conda Install
30
-
-------------
19
+
Pip Install
20
+
-----------
31
21
32
22
Use the following command to install ``esgcet`` into a previously created conda environment: ::
Copy file name to clipboardExpand all lines: docs/whatsnew.rst
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,13 @@
1
1
Release Notes
2
2
=============
3
3
4
+
b5.1.0-b13
5
+
----------
6
+
7
+
* **BUGFIX**: corrected file URL format for PID/Handle publishing (previously published URLs via v5.* were malformed).
8
+
* CMIP6 Cloned project support
9
+
* **NOTE**: this version is unavailable on Conda (``esgf-forge`` channel), please use ``pip install esgcet`` and confirm the upgrade with ``esgpublish --version``.
0 commit comments