1- # python3-binary
1+ # 🐍 python3-binary
22
33Binary files for Python 3.
44
55![ GitHub all releases] ( https://img.shields.io/github/downloads/anubhavkrishna1/python3-binary/total )
66
7- ## Usage
7+ ## 🚀 Usage
88
99This repository provides pre-built Python binaries for Linux. Follow the steps below to use them:
1010
11- 1 . ** Download the Binary**
11+ 1 . ** 📥 Download the Binary**
1212
13- - Navigate to the [ Releases] (https://github.com/ anubhavkrishna1/python3-binary/releases) section of this repository.
13+ - Navigate to the [ Releases] ( https://github.com/anubhavkrishna1/python3-binary/releases ) section of this repository.
1414- Download the appropriate binary archive (` .tar.gz ` or ` .zip ` ) for your desired Python version and architecture.
1515
16- 2 . ** Extract the Binary**
16+ 2 . ** 📦 Extract the Binary**
1717- For ` .tar.gz ` files:
1818
1919 ``` bash
@@ -31,7 +31,7 @@ This repository provides pre-built Python binaries for Linux. Follow the steps b
3131 unzip python-< version> -linux-< arch> .zip -d /desired/path
3232 ` ` `
3333
34- 3. ** Set Up Environment**
34+ 3. ** 🔧 Set Up Environment**
3535
3636- Add the extracted binary directory to your ` PATH` :
3737
@@ -44,32 +44,32 @@ This repository provides pre-built Python binaries for Linux. Follow the steps b
4444 python3 --version
4545 ` ` `
4646
47- 4. ** Start Using Python**
47+ 4. ** 💻 Start Using Python**
4848- You can now use the custom Python binary for your projects.
4949
50- # # Building Your Own Custom Python Version
50+ # # 🛠️ Building Your Own Custom Python Version
5151
5252This repository provides a GitHub Actions workflow to build a custom Python version. Follow the steps below to build your own version:
5353
54- 1. ** Fork the Repository**
54+ 1. ** 🍴 Fork the Repository**
5555 - Click the " Fork" button at the top-right corner of this repository to create your own copy.
5656
57- 2. ** Navigate to Actions**
57+ 2. ** 👉 Navigate to Actions**
5858 - Go to the " Actions" tab in your forked repository.
5959
60- 3. ** Trigger the Workflow**
60+ 3. ** ▶️ Trigger the Workflow**
6161 - Select the " Build and Release Python Binary" workflow from the list.
6262 - Click the " Run workflow" button.
6363 - Provide the desired Python version (e.g., ` 3.11.7` ) in the input field.
6464 - Click " Run workflow" to start the build process.
6565
66- 4. ** Wait for the Build to Complete**
66+ 4. ** ⏳ Wait for the Build to Complete**
6767 - The workflow will compile the specified Python version with optimizations and create binary archives.
6868
69- 5. ** Download the Artifacts**
69+ 5. ** 📤 Download the Artifacts**
7070 - Once the workflow completes, navigate to the " Actions" tab.
7171 - Select the completed workflow run.
7272 - Download the generated binary files from the " Artifacts" section.
7373
74- 6. ** Use the Binary**
74+ 6. ** ✨ Use the Binary**
7575 - Follow the instructions in the " Usage" section above to extract and use the custom Python binary.
0 commit comments