File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ 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 esgcet # upgrade
16- esgpublish --version # Ensure you have upgraded to v5.1.0-b13
15+ pip install esgcet==v5.1.0b13 # must specify version
16+ esgpublish --version # Ensure you have upgraded to v5.1.0b13
1717 esgpublish # will print the usage information.
1818
1919You may also look at the inital ``~/.esg/esg.ini `` and fill in the missing information based on the provided examples.
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Pip Install
2222Use the following command to install ``esgcet `` into a previously created conda environment: ::
2323
2424 conda activate esgf-pub
25- pip install esgcet
25+ pip install esgcet==5.1.0b13 # Must specify version for Beta release
2626
2727
2828Installing esgcet via git
You can’t perform that action at this time.
0 commit comments