Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update setup.py references in README
  • Loading branch information
StoicLoofah authored and cclauss committed Jan 2, 2026
commit dcafd04905730222069b40d54f7fa28992c8a35c
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ or with setuptools (specify a valid x.x.x)::
wget http://pypi.python.org/packages/source/s/sc2reader/sc2reader-x.x.x.tar.gz
tar -xzf sc2reader-x.x.x.tar.gz
cd sc2reader-x.x.x
python3 setup.py install
pip install .

Releases to PyPi can be very delayed (sorry!), for the latest and greatest you are encouraged to install from Github upstream.

Expand All @@ -230,7 +230,7 @@ or with setuptools::
wget -O sc2reader-upstream.tar.gz https://github.com/ggtracker/sc2reader/tarball/upstream
tar -xzf sc2reader-upstream.tar.gz
cd sc2reader-upstream
python3 setup.py install
pip install .

.. _circle-ci: https://circleci.com/
.. _coveralls.io: https://coveralls.io
Expand All @@ -245,7 +245,7 @@ Contributors should install from an active git repository using setuptools in `d

git clone https://github.com/ggtracker/sc2reader.git
cd sc2reader
python3 setup.py develop
pip install -e .

Please review the `CONTRIBUTING.md`_ file and get in touch with us before doing too much work. It'll make everyone happier in the long run.

Expand Down