From 05b2df1fd9b699cbf6b64c14bf4646ee783548bc Mon Sep 17 00:00:00 2001 From: BitMaster Admin Date: Thu, 3 Oct 2024 08:36:09 +0300 Subject: [PATCH] Add readme.md --- readme.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..527a7f9 --- /dev/null +++ b/readme.md @@ -0,0 +1,16 @@ +### How to Use the Script + +1. **Create the script file**: Save the script as `install_latest_python.sh`. + + `nano install_latest_python.sh` + +2. **Make the script executable**: Make the script executable using the `chmod` command: + + `chmod +x install_latest_python.sh` + +3. **Run the script**: Execute the script: + + `./install_latest_python.sh` + + +This will automatically install the latest Python version (as per the specified `PYTHON_VERSION` in the script) and `pip`. Modify `PYTHON_VERSION=3.11` to the specific version you want, such as `3.12` if necessary. \ No newline at end of file