Skip to main content

clarify the expected package to install here

ID
67c67f3
date
2023-05-16 08:12:41+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
6acc0f5
message
clarify the expected package to install here
changed files
1 file, 1 addition, 1 deletion

Changed files

aws/s3tree.py (8392) → aws/s3tree.py (8434)

diff --git a/aws/s3tree.py b/aws/s3tree.py
index d3023e6..3212740 100755
--- a/aws/s3tree.py
+++ b/aws/s3tree.py
@@ -48,7 +48,7 @@ from typing import List
 import attr
 import boto3
 import humanize
-import natsort
+import natsort  # pip3 install --user naturalsort==1.5.1
 import termcolor
 
 from _common import create_link_text, create_s3_session, parse_s3_uri