Skip to content

Commit

Permalink
Added instructions to upgrade pip when installing
Browse files Browse the repository at this point in the history
  • Loading branch information
nmassey001 committed Apr 10, 2024
1 parent 6262011 commit 805556c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/user_guide/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@ user space or home directory.
#. Activate your new virtual environment: |br|
``source ~/nlds-client/bin/activate``

#. It is a good idea to upgrade your version of pip - otherwise some modules may fail to install: |br|
``pip install --upgrade pip``

#. Install the nlds-client package from github: |br|
``pip install git+https://github.com/cedadev/nlds-client.git``

0 comments on commit 805556c

Please sign in to comment.