File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
4756python -m pip install --user pipx
@@ -55,16 +64,6 @@ pipx install .
5564fastapi-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
7069Only use this if you're modifying the CLI tool code:
You can’t perform that action at this time.
0 commit comments