Skip to content
This repository was archived by the owner on Aug 22, 2019. It is now read-only.

Commit 2909f88

Browse files
[minor] updated python requirements.
Support for python versions older than 2.6 were discontinued in April 2017, but we didn't update the readme file at the time.
1 parent 7391cbf commit 2909f88

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ The latest version can always be found at http://github.com/shotgunsoftware/pyth
77
## Minimum Requirements
88

99
* Shotgun server v2.4.12+.
10-
* Python v2.4 - v2.7.
10+
* Python v2.6 - v2.7.
1111

1212
## High Performance Requirements
1313

14-
* For Python 2.4 and 2.5, install [simplejson 2.0.9](http://pypi.python.org/pypi/simplejson/2.0.9)
15-
* For Python 2.6 and higher, install [simplejson 2.1.6](http://pypi.python.org/pypi/simplejson/2.1.6)
14+
* Install [simplejson 2.1.6](http://pypi.python.org/pypi/simplejson/2.1.6)
1615

1716
## Documentation
1817
Tutorials and detailed documentation about the Python API are available at http://developer.shotgunsoftware.com/python-api).

0 commit comments

Comments
 (0)