Skip to content

Commit

Permalink
chore: addressing pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev committed Apr 3, 2024
1 parent 5c15a99 commit e18f635
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: pipx install algokit

- name: Bootstrap dependencies
run: algokit bootstrap all --project-name 'production_python_smart_contract_python'
run: algokit project bootstrap all --project-name 'production_python_smart_contract_python'

- name: Configure git
shell: bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: algokit localnet start

- name: Bootstrap dependencies
run: algokit bootstrap all --project-name 'production_python_smart_contract_python'
run: algokit project bootstrap all --project-name 'production_python_smart_contract_python'

- name: Configure git
shell: bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ Ensure the following pre-requisites are installed and properly configured:
Run the following commands within the project folder:

- **Install Poetry**: Required for Python dependency management. [Installation Guide](https://python-poetry.org/docs/#installation). Verify with `poetry -V` to see version `1.2`+.
- **Setup Project**: Execute `algokit bootstrap all` to:
- **Setup Project**: Execute `algokit project bootstrap all` to:
- Install dependencies and setup a Python virtual environment in `.venv`.
- Copy `.env.template` to `.env`.
- **Start LocalNet**: Use `algokit localnet start` to initiate a local Algorand network.
- **Install Project Dependencies**: With `algokit project bootstrap all`, ensure all dependencies are ready.

### Development Workflow

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: pipx install algokit

- name: Bootstrap dependencies
run: algokit bootstrap all --project-name 'production_python_smart_contract_typescript'
run: algokit project bootstrap all --project-name 'production_python_smart_contract_typescript'

- name: Configure git
shell: bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: algokit localnet start

- name: Bootstrap dependencies
run: algokit bootstrap all --project-name 'production_python_smart_contract_typescript'
run: algokit project bootstrap all --project-name 'production_python_smart_contract_typescript'

- name: Configure git
shell: bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ Ensure the following pre-requisites are installed and properly configured:
Run the following commands within the project folder:

- **Install Poetry**: Required for Python dependency management. [Installation Guide](https://python-poetry.org/docs/#installation). Verify with `poetry -V` to see version `1.2`+.
- **Setup Project**: Execute `algokit bootstrap all` to:
- **Setup Project**: Execute `algokit project bootstrap all` to:
- Install dependencies and setup a Python virtual environment in `.venv`.
- Copy `.env.template` to `.env`.
- **Start LocalNet**: Use `algokit localnet start` to initiate a local Algorand network.
- **Install Project Dependencies**: With `algokit project bootstrap all`, ensure all dependencies are ready.

### Development Workflow

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ Ensure the following pre-requisites are installed and properly configured:
Run the following commands within the project folder:

- **Install Poetry**: Required for Python dependency management. [Installation Guide](https://python-poetry.org/docs/#installation). Verify with `poetry -V` to see version `1.2`+.
- **Setup Project**: Execute `algokit bootstrap all` to:
- **Setup Project**: Execute `algokit project bootstrap all` to:
- Install dependencies and setup a Python virtual environment in `.venv`.
- Copy `.env.template` to `.env`.
- **Start LocalNet**: Use `algokit localnet start` to initiate a local Algorand network.
- **Install Project Dependencies**: With `algokit project bootstrap all`, ensure all dependencies are ready.

### Development Workflow

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ Ensure the following pre-requisites are installed and properly configured:
Run the following commands within the project folder:

- **Install Poetry**: Required for Python dependency management. [Installation Guide](https://python-poetry.org/docs/#installation). Verify with `poetry -V` to see version `1.2`+.
- **Setup Project**: Execute `algokit bootstrap all` to:
- **Setup Project**: Execute `algokit project bootstrap all` to:
- Install dependencies and setup a Python virtual environment in `.venv`.
- Copy `.env.template` to `.env`.
- **Start LocalNet**: Use `algokit localnet start` to initiate a local Algorand network.
- **Install Project Dependencies**: With `algokit project bootstrap all`, ensure all dependencies are ready.

### Development Workflow

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: pipx install algokit

- name: Bootstrap dependencies
run: algokit bootstrap all --project-name 'production_python'
run: algokit project bootstrap all --project-name 'production_python'

- name: Configure git
shell: bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: algokit localnet start

- name: Bootstrap dependencies
run: algokit bootstrap all --project-name 'production_python'
run: algokit project bootstrap all --project-name 'production_python'

- name: Configure git
shell: bash
Expand Down
3 changes: 1 addition & 2 deletions examples/production_python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ Ensure the following pre-requisites are installed and properly configured:
Run the following commands within the project folder:

- **Install Poetry**: Required for Python dependency management. [Installation Guide](https://python-poetry.org/docs/#installation). Verify with `poetry -V` to see version `1.2`+.
- **Setup Project**: Execute `algokit bootstrap all` to:
- **Setup Project**: Execute `algokit project bootstrap all` to:
- Install dependencies and setup a Python virtual environment in `.venv`.
- Copy `.env.template` to `.env`.
- **Start LocalNet**: Use `algokit localnet start` to initiate a local Algorand network.
- **Install Project Dependencies**: With `algokit project bootstrap all`, ensure all dependencies are ready.

### Development Workflow

Expand Down
3 changes: 1 addition & 2 deletions examples/starter_python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ Ensure the following pre-requisites are installed and properly configured:
Run the following commands within the project folder:

- **Install Poetry**: Required for Python dependency management. [Installation Guide](https://python-poetry.org/docs/#installation). Verify with `poetry -V` to see version `1.2`+.
- **Setup Project**: Execute `algokit bootstrap all` to:
- **Setup Project**: Execute `algokit project bootstrap all` to:
- Install dependencies and setup a Python virtual environment in `.venv`.
- Copy `.env.template` to `.env`.
- **Start LocalNet**: Use `algokit localnet start` to initiate a local Algorand network.
- **Install Project Dependencies**: With `algokit project bootstrap all`, ensure all dependencies are ready.

### Development Workflow

Expand Down
3 changes: 1 addition & 2 deletions template_content/README.md.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ Ensure the following pre-requisites are installed and properly configured:
Run the following commands within the project folder:

- **Install Poetry**: Required for Python dependency management. [Installation Guide](https://python-poetry.org/docs/#installation). Verify with `poetry -V` to see version `1.2`+.
- **Setup Project**: Execute `algokit bootstrap all` to:
- **Setup Project**: Execute `algokit project bootstrap all` to:
- Install dependencies and setup a Python virtual environment in `.venv`.
- Copy `.env.template` to `.env`.
- **Start LocalNet**: Use `algokit localnet start` to initiate a local Algorand network.
- **Install Project Dependencies**: With `algokit project bootstrap all`, ensure all dependencies are ready.

### Development Workflow

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: pipx install algokit

- name: Bootstrap dependencies
run: algokit bootstrap all --project-name '{{ project_name }}'
run: algokit project bootstrap all --project-name '{{ project_name }}'

- name: Configure git
shell: bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: algokit localnet start

- name: Bootstrap dependencies
run: algokit bootstrap all --project-name '{{ project_name }}'
run: algokit project bootstrap all --project-name '{{ project_name }}'

- name: Configure git
shell: bash
Expand Down

0 comments on commit e18f635

Please sign in to comment.