Rearrange prerequisites
This commit is contained in:
parent
d500082676
commit
7a689be204
@ -13,10 +13,10 @@ This guide explains how to use the interactive notebook to experiment with diffe
|
||||
- Make sure that `ensurepip` is available for creating virtual environments:
|
||||
|
||||
```bash
|
||||
python3 -m ensurepip --version
|
||||
|
||||
# Ubuntu/Debian
|
||||
sudo apt install python3-venv python3-dev build-essential
|
||||
|
||||
python3 -m ensurepip --version
|
||||
```
|
||||
|
||||
## Quick Start
|
||||
|
||||
12
README.md
12
README.md
@ -81,14 +81,14 @@ The lockdrop simulation validates the Zenith Network's token distribution mechan
|
||||
python3 -m ensurepip --version
|
||||
```
|
||||
|
||||
- Repository Access: SSH access to <https://git.vdb.to/LaconicNetwork/zenith-stack>
|
||||
- Repository Access: SSH access to <https://git.vdb.to/LaconicNetwork/zenith-stack>
|
||||
|
||||
- If you are logging in to the host using SSH, make sure to use agent forwarding:
|
||||
- If you are logging in to the host using SSH, make sure to use agent forwarding:
|
||||
|
||||
```bash
|
||||
# Example
|
||||
ssh -A <user>@<control-node-ip>
|
||||
```
|
||||
```bash
|
||||
# Example
|
||||
ssh -A <user>@<control-node-ip>
|
||||
```
|
||||
|
||||
- Set zenith-stack version to use:
|
||||
|
||||
|
||||
@ -48,14 +48,14 @@ To reproduce the results from any one of the test runs, follow these steps to ru
|
||||
python3 -m ensurepip --version
|
||||
```
|
||||
|
||||
- Repository Access: SSH access to <https://git.vdb.to/LaconicNetwork/zenith-stack>
|
||||
- Repository Access: SSH access to <https://git.vdb.to/LaconicNetwork/zenith-stack>
|
||||
|
||||
- If you are logging in to the host using SSH, make sure to use agent forwarding:
|
||||
- If you are logging in to the host using SSH, make sure to use agent forwarding:
|
||||
|
||||
```bash
|
||||
# Example
|
||||
ssh -A <user>@<control-node-ip>
|
||||
```
|
||||
```bash
|
||||
# Example
|
||||
ssh -A <user>@<control-node-ip>
|
||||
```
|
||||
|
||||
- Set zenith-stack version to use:
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user