Skip to content

Instantly share code, notes, and snippets.

@briankelly
Created August 17, 2020 16:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save briankelly/eacccf2c07fcb25763b2ed08a3afed6a to your computer and use it in GitHub Desktop.
Save briankelly/eacccf2c07fcb25763b2ed08a3afed6a to your computer and use it in GitHub Desktop.
Install FiftyOne
# Run these each of these in a clean, activated virtual environment running Python 3.6+
# See docs for more help: https://voxel51.com/docs/fiftyone/getting_started/install.html
pip install --upgrade pip setuptools wheel
pip install --index https://pypi.voxel51.com fiftyone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment