diff options
Diffstat (limited to 'python/filechunkio/README')
-rw-r--r-- | python/filechunkio/README | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/python/filechunkio/README b/python/filechunkio/README index e599caa17b792..da1ab561c93a2 100644 --- a/python/filechunkio/README +++ b/python/filechunkio/README @@ -5,9 +5,6 @@ parts without having to split them physically upfront (which requires more time and twice the disk space) or creating in-memory chunks as StringIO instances. -Optionanl: python3 - Note: To install python3 bindings install python3 and run script with PYTHON3=yes. - # PYTHON3=yes ./filechunkio.SlackBuild |