Skip to content

Commit

Permalink
validated tutorial run from clean docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpassmore committed Oct 24, 2023
1 parent 4a8e0da commit 07a2376
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions tutorials/bios-boot-tutorial/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,8 @@ The `bios-boot-tutorial.py` script simulates the bios boot sequence.
1. Python 3.x
2. CMake
3. git
4. g++
5. build-essentials
6. pip3
7. openssl
8. curl
9. jq
10. psmisc
4. curl
5. libcurl4-gnutls-dev

## Steps

Expand Down Expand Up @@ -42,8 +37,9 @@ The last command in the previous step printed the contracts directory. Make note
5. Launch the `bios-boot-tutorial.py` script:

```bash
$ pip install numpy
$ cd ~
$ git clone https://github.com/AntelopeIO/leap
$ git clone -b release/*latest* https://github.com/AntelopeIO/leap
$ cd ./leap/tutorials/bios-boot-tutorial/
$ python3 bios-boot-tutorial.py --cleos=cleos --nodeos=nodeos --keosd=keosd --contracts-dir="${CONTRACTS_DIRECTORY}" -w -a
```

0 comments on commit 07a2376

Please sign in to comment.