Skip to content

Commit 8a68d98

Browse files
committed
specify version for install via pip
1 parent 3f9f172 commit 8a68d98

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1919
You may also look at the inital ``~/.esg/esg.ini`` and fill in the missing information based on the provided examples.

docs/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Pip Install
2222
Use 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

2828
Installing esgcet via git

0 commit comments

Comments
 (0)