diff --git a/EXPERIMENT.md b/EXPERIMENT.md index 64ea427..33cdd93 100644 --- a/EXPERIMENT.md +++ b/EXPERIMENT.md @@ -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 diff --git a/README.md b/README.md index e5b411a..2c81570 100644 --- a/README.md +++ b/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 +- Repository Access: SSH access to - - 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 @ - ``` + ```bash + # Example + ssh -A @ + ``` - Set zenith-stack version to use: diff --git a/test-runs/README.md b/test-runs/README.md index d8afcd6..90d7197 100644 --- a/test-runs/README.md +++ b/test-runs/README.md @@ -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 +- Repository Access: SSH access to - - 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 @ - ``` + ```bash + # Example + ssh -A @ + ``` - Set zenith-stack version to use: