File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -55,15 +55,13 @@ pip install ellar==0.2.2
55
55
To create an ellar project, you need to have a ` pyproject.toml ` available on your root directory.
56
56
This is necessary for ellar to store some ` metadata ` about your project.
57
57
58
- ### Step 1
58
+ ### Create a project
59
59
For Pip Users, you need to create ` pyproject.toml ` file
60
60
``` shell
61
- touch pyproject.toml
61
+ ellar new carsite
62
62
```
63
- If you are using ` Poetry ` , you are ready to go
64
-
65
- ### Step 2
66
- Run the ellar create project cli command,
63
+ If you are using ` Poetry ` , at your project root directory with ` pyproject.toml ` ,
64
+ run the ellar create project cli command,
67
65
``` shell
68
66
ellar create-project carsite
69
67
```
@@ -78,6 +76,7 @@ ellar runserver --reload
78
76
Now go to [ http://127.0.0.1:8000 ] ( http://127.0.0.1:8000 )
79
77
![ Swagger UI] ( docs/img/ellar_framework.png )
80
78
79
+ For more info on Ella CLI, click [ here] ( https://github.com/eadwinCode/ellar-cli )
81
80
82
81
## Create a project module
83
82
A project module is a project app defining a group of controllers or services including templates and static files.
You can’t perform that action at this time.
0 commit comments