From 7233b9a5a8b9780193c62781b7fea2c650b8ca80 Mon Sep 17 00:00:00 2001 From: gorondan <97026899+gorondan@users.noreply.github.com> Date: Sat, 20 Aug 2022 13:57:54 +0300 Subject: [PATCH 1/3] update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index ce35b1c78..0d2048028 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,17 @@ `source venv/bin/activate` +## For WindowsOS +`source venv/Scripts/activate` + `python -m pip install --upgrade pip` `python -m pip install -r requirements.txt` +## For WindowsOS +`add ETH_RPC_URL= as a NEW user variable -> Windows Settings -> Advanced System Settings -> Advanced Tab -> Environment Variables -> User Variables for USER` + +## For MacOS/LinuxOS +`$export ETH_RPC_URL= before launching jupyter-lab` + `jupyter-lab` From 76095aaf551979a74c5a4e3e923ef3275a416390 Mon Sep 17 00:00:00 2001 From: gorondan <97026899+gorondan@users.noreply.github.com> Date: Sun, 21 Aug 2022 23:29:34 +0300 Subject: [PATCH 2/3] update README.md --- README.md | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0d2048028..f56b4653e 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,30 @@ -## Setup and run +## Setup and run +## For MacOS/LinuxOS `source env.sh` `python -m venv venv` `source venv/bin/activate` -## For WindowsOS +`python -m pip install --upgrade pip` + +`python -m pip install -r requirements.txt` + +`$export ETH_RPC_URL= before launching jupyter-lab` + +`jupyter-lab` + +## For Bash on WindowsOS +`source env.sh` + +`python -m venv venv` + `source venv/Scripts/activate` `python -m pip install --upgrade pip` `python -m pip install -r requirements.txt` -## For WindowsOS `add ETH_RPC_URL= as a NEW user variable -> Windows Settings -> Advanced System Settings -> Advanced Tab -> Environment Variables -> User Variables for USER` -## For MacOS/LinuxOS -`$export ETH_RPC_URL= before launching jupyter-lab` - `jupyter-lab` From 8f860729e0914c4b98526f602bc74a1d9ddbcbcd Mon Sep 17 00:00:00 2001 From: gorondan <97026899+gorondan@users.noreply.github.com> Date: Sun, 28 Aug 2022 13:16:20 +0300 Subject: [PATCH 3/3] updated README.md --rebased --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f56b4653e..cc03453bd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ ## Setup and run + ## For MacOS/LinuxOS `source env.sh`