From 9edbfef7b0cb46525630452f580079d68f3e872c Mon Sep 17 00:00:00 2001 From: "Chanwut (Mick) Kittivorawong" <30903997+chanwutk@users.noreply.github.com> Date: Tue, 11 Jun 2024 23:47:43 -0700 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 2e4f564..ea397a8 100644 --- a/README.md +++ b/README.md @@ -49,27 +49,27 @@ while maintaining up to 97.1% accuracy compared to unoptimized execution. ## Requirement ``` -- python >= 3.10 (Prefer Conda/Mamba) - docker - cuda >= 11.7 (If using GPU) ``` -## How to Setup Spatialyze Repo +## Setup Spatialyze ### Clone the Spatialyze repo ```bash git clone --recurse-submodules git@github.com:apperception-db/spatialyze.git cd spatialyze -``` - -### We use Conda/Mamba to manage our python environment -Install [Mamba](https://mamba.readthedocs.io/en/latest/installation.html) -or install [Conda](https://docs.conda.io/en/latest/miniconda.html) -### Setup Environment and Dependencies -```bash # clone submodules git submodule update --init --recursive +``` +### Using Docker Compose +```base +docker compose up --build --detach +``` + +### Using [Conda](https://docs.conda.io/en/latest/miniconda.html)/[Mamba](https://mamba.readthedocs.io/en/latest/installation.html) Environment +```bash # setup virtual environment # with conda conda env create -f environment.yml