Update instructions with software prerequisites #4

Merged
nabarun merged 6 commits from pm-simulation-steps into main 2025-08-18 12:10:07 +00:00
3 changed files with 14 additions and 14 deletions
Showing only changes of commit 7a689be204 - Show all commits

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: