Skip to content

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

License

Notifications You must be signed in to change notification settings

bhosale2/sopht-backend

Repository files navigation

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

Releases

No releases published

Packages

No packages published