Update README.md
Browse files
README.md
CHANGED
@@ -61,9 +61,9 @@ This guide outlines the steps to install the necessary prerequisites for potenti
|
|
61 |
2. **Navigate to Your Project Directory:**
|
62 |
* In the command prompt, use the `cd` command to change to the directory where your portable Python installation is located (your "portable dir"). For example:
|
63 |
```bash
|
64 |
-
cd /d "C:\path\to\your\portable\
|
65 |
```
|
66 |
-
*(Replace `"C:\path\to\your\portable\
|
67 |
3. **Install Triton:**
|
68 |
* *(Assumption: You have a portable Python installation in a subdirectory named `python` within your current directory, and `uv` is available)*.
|
69 |
* **If using Python 3.10:**
|
|
|
61 |
2. **Navigate to Your Project Directory:**
|
62 |
* In the command prompt, use the `cd` command to change to the directory where your portable Python installation is located (your "portable dir"). For example:
|
63 |
```bash
|
64 |
+
cd /d "C:\path\to\your\portable\"
|
65 |
```
|
66 |
+
*(Replace `"C:\path\to\your\portable\"` with the actual path).*
|
67 |
3. **Install Triton:**
|
68 |
* *(Assumption: You have a portable Python installation in a subdirectory named `python` within your current directory, and `uv` is available)*.
|
69 |
* **If using Python 3.10:**
|