From 8b80224407d96ccb6ab7ee09d79f8d47bd62fd1c Mon Sep 17 00:00:00 2001 From: Nayan Chandwani <102764937+Koladweep@users.noreply.github.com> Date: Thu, 16 May 2024 13:28:51 +0530 Subject: [PATCH 1/2] added information regarding required python version This is a wonderful library is supposed to work with python 2.7.xx I didn't know it initially and discovered a syntax unfamiliar to me in the print statements. It would be helpful for python3 users like me to learn how to make use of legacy scripts. Adding this information to the documentation should help. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a6f2a57..d0f62b1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +# Information regarding Python version needed +This library was built using Python 2.x . +For this particular branch to work, you need python 2.x installed. Kindly follow this post (https://stackoverflow.com/a/62037932/23378869) to create a python 2.7.18 virtual environment and install this library in the virtual environment if you wish not to disturb your existing python 3.x environment. + + Migration to python 3.xx is a good a good idea and will be considered in absence of other alternatives. + +# **Usage** # android-qfil-unsparse Tool to reassemble the sparse images used by Qualcomm Flash Image Loader From 10202dc7e14e373ccd6b45251c67a161e0d99e9a Mon Sep 17 00:00:00 2001 From: Nayan Chandwani <102764937+Koladweep@users.noreply.github.com> Date: Thu, 16 May 2024 13:34:14 +0530 Subject: [PATCH 2/2] Update README.md writing about the migration part seemed a bit uncanny without discussing with the repo owner --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index d0f62b1..5fcb3da 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ This library was built using Python 2.x . For this particular branch to work, you need python 2.x installed. Kindly follow this post (https://stackoverflow.com/a/62037932/23378869) to create a python 2.7.18 virtual environment and install this library in the virtual environment if you wish not to disturb your existing python 3.x environment. - Migration to python 3.xx is a good a good idea and will be considered in absence of other alternatives. - # **Usage** # android-qfil-unsparse Tool to reassemble the sparse images used by Qualcomm Flash Image Loader