Skip to content

Commit

Permalink
Remove unnecessary pip install (#510)
Browse files Browse the repository at this point in the history
If the user is in an old environment, the old version of stk will get 
installed anyway.
  • Loading branch information
lukasturcani authored Jul 19, 2023
1 parent 08fff4a commit 3d8e12a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ on GitHub, and you can update your ``stk`` with::

$ pip install stk --upgrade

``stk`` requires Python 3.11, if you are using an older version
of Python you can use an older version of ``stk``::

$ pip install stk==2022.6.17.0

How To Cite
===========

Expand Down
5 changes: 0 additions & 5 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,6 @@ To get :mod:`.stk`, you can install it with pip::

$ pip install stk

:mod:`.stk` requires Python 3.11, if you are using an older
version of Python you can use an older version of :mod:`.stk`::

$ pip install stk==2022.6.17.0

Overview
--------

Expand Down

0 comments on commit 3d8e12a

Please sign in to comment.