Skip to content

Commit 126eb1b

Browse files
authored
Merge pull request #216 from ESGF/comment-fix
Comment fix
2 parents a9ada5e + 381931f commit 126eb1b

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

docs/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The esgcet package for ESGF Publication - Release Candidate v5.2.0rc2
1+
The esgcet package for ESGF Publication - Version 5.2.0
22
=========================================================
33

44
Esgcet is a package of publisher commands for publishing to the `ESGF
@@ -12,11 +12,11 @@ if you have conda you can install the publisher wih the following into a fresh e
1212
::
1313
conda create -n esgf-pub -c conda-forge -c esgf-forge esgcet
1414
conda activate esgf-pub
15-
pip install git+https://github.com/ESGF/esg-publisher.git@xarray#egg=esgcet # Until the release is published to pypi.org
16-
esgpublish --version # Ensure you have upgraded to v5.2.0rc2
15+
pip install esgcet
16+
esgpublish --version # Ensure you have upgraded to v5.2.0
1717
esgpublish # will print the usage information.
1818

19-
You may also look at the inital ``~/.esg/esg.yaml`` and fill in the missing information based on the provided examples.
19+
You may also look at the inital ``~/.esg/esg.yaml`` and update to fit your site configuration.
2020

2121
.. toctree::
2222
:maxdepth: 2

docs/install.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Use the following command to install ``esgcet`` into a previously created conda
2323

2424
conda activate esgf-pub
2525
pip install esgcet
26-
esgpublish --version # Ensure you have upgraded to v5.2.0rc2 # Must specify version for Beta release
26+
esgpublish --version # Ensure you have upgraded to v5.2.0
2727

2828

2929
Installing esgcet via git
@@ -34,10 +34,10 @@ To install esgcet by cloning our github repository (useful if you want to modiy
3434

3535
git clone http://github.com/ESGF/esg-publisher.git
3636
cd esg-publisher
37-
git checkout refactor-esgf
37+
git checkout refactor-esgf # NOTE this is a temporary fix prior to a merge into the master branch
3838
cd src/python
3939
pip install -e . # You can modify the source in place
40-
esgpublish --version # check v5.2.0 has
40+
esgpublish --version # check v5.2.0 has been installed
4141

4242
Now you will be able to call all commands in this package from any directory. A default config file, ``esg.yaml`` will populate in ``$HOME/.esg`` where ``$HOME`` is your home directory.
4343

move.sh

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)