We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a390fe commit 0ca63adCopy full SHA for 0ca63ad
README.md
@@ -40,7 +40,7 @@ The CLI will automatically:
40
41
## 📦 Installation
42
43
-### **Recommended: Global Installation with pipx**
+### **Recommended: Global Installation with pip**
44
```bash
45
cd /Users/pinkleshparjapati/Desktop/fastapi-create-project
46
pip install .
@@ -50,7 +50,7 @@ fastapi-create-project --help
50
```
51
52
53
-### **Alternative: Global Installation with pip**
+### **Alternative: Global Installation with pipx**
54
55
# Install pipx (if you don't have it)
56
python -m pip install --user pipx
0 commit comments