Skip to content

Commit 4a390fe

Browse files
authored
Update README.md
1 parent b3d4ab1 commit 4a390fe

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,16 @@ The CLI will automatically:
4141
## 📦 Installation
4242

4343
### **Recommended: Global Installation with pipx**
44+
```bash
45+
cd /Users/pinkleshparjapati/Desktop/fastapi-create-project
46+
pip install .
47+
48+
# Verify
49+
fastapi-create-project --help
50+
```
51+
4452

53+
### **Alternative: Global Installation with pip**
4554
```bash
4655
# Install pipx (if you don't have it)
4756
python -m pip install --user pipx
@@ -55,16 +64,6 @@ pipx install .
5564
fastapi-create-project --help
5665
```
5766

58-
### **Alternative: Global Installation with pip**
59-
60-
```bash
61-
cd /Users/pinkleshparjapati/Desktop/fastapi-create-project
62-
pip install .
63-
64-
# Verify
65-
fastapi-create-project --help
66-
```
67-
6867
### **For Developers Only: Editable Installation**
6968

7069
Only use this if you're modifying the CLI tool code:

0 commit comments

Comments
 (0)