Scalable One-stop Platform for Hydroelastic Things (SOPHT) backend
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
.
- Clone!
First create the fork repository and clone to your local machine.
- Virtual python workspace:
conda
,pyenv
, orvenv
.
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
- Setup
poetry
anddependencies
!
make poetry-download
make install
make pre-commit-install