Rearrange prerequisites

This commit is contained in:
Prathamesh Musale 2025-08-18 17:25:03 +05:30
parent d500082676
commit 7a689be204
3 changed files with 14 additions and 14 deletions

View File

@ -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

View File

@ -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:

View File

@ -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: