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
5555To create an ellar project, you need to have a ` pyproject.toml ` available on your root directory.
5656This is necessary for ellar to store some ` metadata ` about your project.
5757
58- ### Step 1
58+ ### Create a project
5959For Pip Users, you need to create ` pyproject.toml ` file
6060``` shell
61- touch pyproject.toml
61+ ellar new carsite
6262```
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,
6765``` shell
6866ellar create-project carsite
6967```
@@ -78,6 +76,7 @@ ellar runserver --reload
7876Now go to [ http://127.0.0.1:8000 ] ( http://127.0.0.1:8000 )
7977![ Swagger UI] ( docs/img/ellar_framework.png )
8078
79+ For more info on Ella CLI, click [ here] ( https://github.com/eadwinCode/ellar-cli )
8180
8281## Create a project module
8382A 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