From 526fd18eabb081906c69c0b70598862129003a64 Mon Sep 17 00:00:00 2001 From: "mariacarmina.cretu" Date: Tue, 20 Jun 2023 09:38:42 +0000 Subject: [PATCH] GITBOOK-570: change request with no subject merged in GitBook --- developers/ocean.py/install.md | 10 ---------- developers/ocean.py/local-setup.md | 12 +++++++++++- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/developers/ocean.py/install.md b/developers/ocean.py/install.md index 0dd811bc..d87f67fb 100644 --- a/developers/ocean.py/install.md +++ b/developers/ocean.py/install.md @@ -2,16 +2,6 @@ Let’s start interacting with the python library by firstly installing it & its prerequisites. -### Prerequisites - -Ahoy there, matey! πŸŒŠβš“οΈ When it comes to setting up ocean.py locally, we're diving into the world of Docker containers. These clever containers hold our trusty local blockchain nodes (Ganache) and the mighty Ocean middleware (Aquarius metadata cache and Provider to aid in consuming data assets). But fear not, for a smooth sailing experience, you'll need to ensure the following Docker components are shipshape and ready to go: - -1. [Docker](https://docs.docker.com/engine/install/) 🐳 -2. [Docker Compose](https://docs.docker.com/compose/install/) πŸ› οΈ -3. Oh, and don't forget to [allow those non-root users](https://www.thegeekdiary.com/run-docker-as-a-non-root-user/) to join in on the fun! πŸ™…β€β™‚οΈ - -So hoist the anchor, prepare your Docker crew, and let's embark on an exciting voyage with ocean.py! πŸš’β›΅οΈ\ -\ From the adventurous `Python 3.8.5` all the way up to `Python 3.10.4`, ocean.py has got your back! πŸš€ While `ocean.py` can join you on your `Python 3.11` journey, a few manual tweaks may be required. But worry not, brave explorers, we've got all the juicy details for you below! πŸ“šβœ¨\ diff --git a/developers/ocean.py/local-setup.md b/developers/ocean.py/local-setup.md index 0de864f6..db206dd0 100644 --- a/developers/ocean.py/local-setup.md +++ b/developers/ocean.py/local-setup.md @@ -8,7 +8,17 @@ On this page, we continue our journey from [installation part](install.md), to d ⚠️ Ocean local setup uses Docker, which is fine for Linux/Ubuntu but plays badly with MacOS and Windows. If you are on these, you’ll want [remote setup](remote-setup.md)_._ -Here are the following steps for configuring ocean.py on Ganache network using barge +Here are the following steps for configuring ocean.py on Ganache network using barge. + +### Prerequisites + +Ahoy there, matey! πŸŒŠβš“οΈ When it comes to setting up ocean.py locally, we're diving into the world of Docker containers. These clever containers hold our trusty local blockchain nodes (Ganache) and the mighty Ocean middleware (Aquarius metadata cache and Provider to aid in consuming data assets). But fear not, for a smooth sailing experience, you'll need to ensure the following Docker components are shipshape and ready to go: + +1. [Docker](https://docs.docker.com/engine/install/) 🐳 +2. [Docker Compose](https://docs.docker.com/compose/install/) πŸ› οΈ +3. Oh, and don't forget to [allow those non-root users](https://www.thegeekdiary.com/run-docker-as-a-non-root-user/) to join in on the fun! πŸ™…β€β™‚οΈ + +So hoist the anchor, prepare your Docker crew, and let's embark on an exciting voyage with ocean.py! πŸš’β›΅οΈ ### 1. Download barge and run services