Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ This repo contains all the basic files needed to create an Odoo project from scr

To start a new Odoo project, you don't need to download this repo.

1. First install to [docky](https://github.com/akretion/docky) (version > 8.0.0), [copier](https://github.com/copier-org/copier) and [ak](https://github.com/akretion/ak)
1. First install to [docky](https://github.com/akretion/docky) (version > 8.0.0), [copier](https://github.com/copier-org/copier), [git-aggregator](https://github.com/acsone/git-aggregator) and [ak](https://github.com/akretion/ak)


For that we deeply recommand you to install them with [pipx](https://github.com/pypa/pipx)

```
pipx install docky
pipx install copier
pipx install git-aggregator
pipx install git+https://github.com/akretion/ak.git@master
Comment on lines +15 to 16
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
pipx install git-aggregator
pipx install git+https://github.com/akretion/ak.git@master
pipx install git+https://github.com/akretion/ak.git@master --include-deps

```

Expand Down