Skip to content

Commit

Permalink
specify version for install via pip
Browse files Browse the repository at this point in the history
  • Loading branch information
sashakames committed Feb 16, 2023
1 parent 3f9f172 commit 8a68d98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ if you have conda you can install the publisher wih the following into a fresh e
::
conda create -n esgf-pub -c conda-forge -c esgf-forge esgcet
conda activate esgf-pub
pip install esgcet # upgrade
esgpublish --version # Ensure you have upgraded to v5.1.0-b13
pip install esgcet==v5.1.0b13 # must specify version
esgpublish --version # Ensure you have upgraded to v5.1.0b13
esgpublish # will print the usage information.

You may also look at the inital ``~/.esg/esg.ini`` and fill in the missing information based on the provided examples.
Expand Down
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Pip Install
Use the following command to install ``esgcet`` into a previously created conda environment: ::

conda activate esgf-pub
pip install esgcet
pip install esgcet==5.1.0b13 # Must specify version for Beta release


Installing esgcet via git
Expand Down

0 comments on commit 8a68d98

Please sign in to comment.