Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronSaikovski committed Jul 8, 2024
1 parent f04da84 commit 0f35cee
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,11 @@ Execute using the taskfile utility:
task <command_from_above_list>
```
To get started type,
To get started type:
- `task create` - to create a poetry virtual environment.
- `task deps` - to fetch and update all dependencies.
- `task activate` - to activate the virtual environment.
- `task build` - to build debug version for your target environment architecture.
- `task release` - Builds a release version for your target environment architecture - outputs to /bin folder.
- `task create deps activate` - this will create a new environment, fetch the dependencies and activate the virtual environment in one step.
- `task run` - to run main.py in the root.
- `task clean` - to delete everything in the virtual environment folder.
## Attribution
Expand Down

0 comments on commit 0f35cee

Please sign in to comment.