Skip to content
Merged
Changes from all commits
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
update setup.py references in README
  • Loading branch information
StoicLoofah committed Dec 31, 2025
commit f52be8ff4c87455013ef09753724063f322456ee
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