Skip to content

Commit a435b39

Browse files
authored
Merge pull request #212 from StoicLoofah/update_readme_setup_py
update setup.py references in README
2 parents 3559fe4 + f52be8f commit a435b39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ or with setuptools (specify a valid x.x.x)::
209209
wget http://pypi.python.org/packages/source/s/sc2reader/sc2reader-x.x.x.tar.gz
210210
tar -xzf sc2reader-x.x.x.tar.gz
211211
cd sc2reader-x.x.x
212-
python3 setup.py install
212+
pip install .
213213

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

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

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

246246
git clone https://github.com/ggtracker/sc2reader.git
247247
cd sc2reader
248-
python3 setup.py develop
248+
pip install -e .
249249

250250
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.
251251

0 commit comments

Comments
 (0)