NeuroDonu commited on
Commit
596492f
·
verified ·
1 Parent(s): 346b19d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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\python\env"
65
  ```
66
- *(Replace `"C:\path\to\your\portable\python\env"` 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:**
 
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:**