The following installation steps are a part of the install script
First, install nvm
and install and set your
node version to v16.3.0
using nvm
.
nvm install v12.16.2
nvm use v12.16.2
Then install yarn
globally in your node environment with npm
:
npm -g install yarn
Install the app with yarn
in this directory (./fiftyone/app
):
yarn install
yarn dev
This starts the App client development server with hot reloading.
You will need to create a fiftyone.core.session.Session
to start the backend
server. Or you can start the backend server directly in your python virtual
environment:
# in ./fiftyone/server/
python main.py
That's it!
Copyright 2017-2021, Voxel51, Inc.
voxel51.com