Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 666 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 666 Bytes

Strangeworks Examples Repository

NOTE: THESE EXAMPLES ARE CURRENTLY IN PRE-RELEASE AND SUBJECT TO CHANGE WITHOUT WARNING

A collection of example projects that can be run utilizing the Strangeworks SDK and extensions. To get started take a look at our documentation.

Quickstart

python -m venv .venv
source .venv/bin/activate
pip install -U pip
pip install -r requirements.txt
jupyter notebook

Index