Skip to content

Commit 4f50c26

Browse files
Update and clarify requirements
1 parent 45d4817 commit 4f50c26

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ Basic
3232
-----
3333

3434
* A working implementation of GSSAPI (such as from MIT Kerberos)
35-
which includes header files
35+
which supports delegation and includes header files
3636

3737
* a C compiler (such as GCC)
3838

39-
* either the `enum34` Python package or Python 3.4+
39+
* Python 3.6+ (older releases support older versions, but are unsupported)
4040

4141
* the `six` and `decorator` python packages
4242

@@ -48,9 +48,9 @@ To compile from scratch, you will need Cython >= 0.21.1.
4848
For Running the Tests
4949
---------------------
5050

51-
* the `nose` package (for tests)
51+
* the `nose` package
5252

53-
* the `shouldbe` package (for tests)
53+
* the `shouldbe` package
5454

5555
* the `k5test` package
5656

0 commit comments

Comments
 (0)