Skip to content

Commit

Permalink
README: update install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rossengeorgiev authored Feb 11, 2021
1 parent 2036784 commit 474d819
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,15 @@ Installation

Install latest version from PYPI::

pip install -U dota2
pip install dota2

Install the current dev version from ``github``::

pip install git+https://github.com/ValvePython/dota2
# if you are installing over existing install
# note: "only-if-needed" will only update dependecies if needed
pip install -U --upgrade-strategy only-if-needed git+https://github.com/ValvePython/dota2



Expand Down

0 comments on commit 474d819

Please sign in to comment.