1
- # python3-binary
1
+ # 🐍 python3-binary
2
2
3
3
Binary files for Python 3.
4
4
5
5
![ GitHub all releases] ( https://img.shields.io/github/downloads/anubhavkrishna1/python3-binary/total )
6
6
7
- ## Usage
7
+ ## 🚀 Usage
8
8
9
9
This repository provides pre-built Python binaries for Linux. Follow the steps below to use them:
10
10
11
- 1 . ** Download the Binary**
11
+ 1 . ** 📥 Download the Binary**
12
12
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.
14
14
- Download the appropriate binary archive (` .tar.gz ` or ` .zip ` ) for your desired Python version and architecture.
15
15
16
- 2 . ** Extract the Binary**
16
+ 2 . ** 📦 Extract the Binary**
17
17
- For ` .tar.gz ` files:
18
18
19
19
``` bash
@@ -31,7 +31,7 @@ This repository provides pre-built Python binaries for Linux. Follow the steps b
31
31
unzip python-< version> -linux-< arch> .zip -d /desired/path
32
32
` ` `
33
33
34
- 3. ** Set Up Environment**
34
+ 3. ** 🔧 Set Up Environment**
35
35
36
36
- Add the extracted binary directory to your ` PATH` :
37
37
@@ -44,32 +44,32 @@ This repository provides pre-built Python binaries for Linux. Follow the steps b
44
44
python3 --version
45
45
` ` `
46
46
47
- 4. ** Start Using Python**
47
+ 4. ** 💻 Start Using Python**
48
48
- You can now use the custom Python binary for your projects.
49
49
50
- # # Building Your Own Custom Python Version
50
+ # # 🛠️ Building Your Own Custom Python Version
51
51
52
52
This repository provides a GitHub Actions workflow to build a custom Python version. Follow the steps below to build your own version:
53
53
54
- 1. ** Fork the Repository**
54
+ 1. ** 🍴 Fork the Repository**
55
55
- Click the " Fork" button at the top-right corner of this repository to create your own copy.
56
56
57
- 2. ** Navigate to Actions**
57
+ 2. ** 👉 Navigate to Actions**
58
58
- Go to the " Actions" tab in your forked repository.
59
59
60
- 3. ** Trigger the Workflow**
60
+ 3. ** ▶️ Trigger the Workflow**
61
61
- Select the " Build and Release Python Binary" workflow from the list.
62
62
- Click the " Run workflow" button.
63
63
- Provide the desired Python version (e.g., ` 3.11.7` ) in the input field.
64
64
- Click " Run workflow" to start the build process.
65
65
66
- 4. ** Wait for the Build to Complete**
66
+ 4. ** ⏳ Wait for the Build to Complete**
67
67
- The workflow will compile the specified Python version with optimizations and create binary archives.
68
68
69
- 5. ** Download the Artifacts**
69
+ 5. ** 📤 Download the Artifacts**
70
70
- Once the workflow completes, navigate to the " Actions" tab.
71
71
- Select the completed workflow run.
72
72
- Download the generated binary files from the " Artifacts" section.
73
73
74
- 6. ** Use the Binary**
74
+ 6. ** ✨ Use the Binary**
75
75
- Follow the instructions in the " Usage" section above to extract and use the custom Python binary.
0 commit comments