File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
214214Releases 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
250250Please 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
You can’t perform that action at this time.
0 commit comments