Skip to content

Commit

Permalink
Merge pull request #1259 from algorandfoundation/quickstart-update-20…
Browse files Browse the repository at this point in the history
…240515

Quickstart Updates
  • Loading branch information
nullun authored May 15, 2024
2 parents 0adb9fe + 964a13c commit 6ab53b9
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions docs/get-started/algokit.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ In addition, AlgoKit features:
- Toolchain integrations for languages you love, like Python and TypeScript
- A simplified frontend design experience

## 10 minute video walkthrough

<iframe width="100%" style="aspect-ratio:16/9" src="https://www.youtube-nocookie.com/embed/MzBRef_Res8" title="Learn How to Build on Algorand in 10 Minutes" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

## Prerequisites

- [Python 3.12](https://www.python.org/downloads/) or higher
Expand Down Expand Up @@ -49,8 +45,6 @@ In addition, AlgoKit features:
- If you used AlgoKit before, update it with pipx: `pipx upgrade algokit`
- Restart the terminal to ensure AlgoKit is available on the path

<iframe width="100%" style="aspect-ratio:16/9" src="https://www.youtube-nocookie.com/embed/22RvINnZsRo" title="Installing AlgoKit on Windows" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

=== "macOS"
!!! Note
This method will install the latest Python3 release as a dependency via Homebrew. If you already have Python 3.10+ installed, you may prefer to use `pipx install algokit` as explained within the OS agnostic tab so you can control the python version used.
Expand All @@ -67,7 +61,6 @@ In addition, AlgoKit features:
- Install using Homebrew `brew install algorandfoundation/tap/algokit`
- Restart the terminal to ensure AlgoKit is available on the path

<iframe width="100%" style="aspect-ratio:16/9" src="https://www.youtube-nocookie.com/embed/zsurtpCGmgE" title="Installing AlgoKit on macOS" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

=== "Linux"
- Ensure prerequisites are installed
Expand Down Expand Up @@ -197,7 +190,7 @@ In the bottom left hand corner of the menu, select `Connect wallet` and you will

### Deploy the Hello World application

To deploy the built Beaker smart contract application, select the `Beaker studio` menu and click on the import beaker app. Select `File` and `Upload file`, browse to the artifacts created in the previous section of this guide. Select the `*.arc32.json` manifest file. This will load the specific manifest file for the Hello World sample application.
To deploy your smart contract application, select the `Beaker studio` menu and click on the import beaker app. Select `File` and `Upload file`, browse to the artifacts created in the previous section of this guide. Select the `*.arc32.json` manifest file. This will load the specific manifest file for the Hello World sample application.

![AlgoKit Dappflow](../imgs/dappflow3.png)

Expand Down

0 comments on commit 6ab53b9

Please sign in to comment.