Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 709 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 709 Bytes

sopht-backend

Scalable One-stop Platform for Hydroelastic Things (SOPHT) backend

Installation

Below are steps of how to install sopht-backend. We mainly use poetry to manage the project, although most of the important commands will be provided in Makefile.

  1. Clone!

First create the fork repository and clone to your local machine.

  1. Virtual python workspace: conda, pyenv, or venv.

We recommend using python version above 3.8.0.

conda create --name sopht-backend-env
conda activate sopht-backend-env
conda install python==3.10
  1. Setup poetry and dependencies!
make poetry-download
make install
make pre-commit-install