Skip to content

syre-data/tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Syre tutorials

Welcome to Syre's tutorials!

These projects are designed to help you learn and explore the features of Syre.

Each tutorial only takes 15 minutes, so you can get up and running quickly, and learn in bite sized chunks.

  1. Install: Get the Syre desktop app and language bindings installed on your computer.
  2. Beginner: Learn the basics of the Syre desktop app by building and analyzing your first project.
  3. Intermediate: Learn some more advanced features of the desktop app, and start coding your own analysis using Syre's API bindings (using the language of your choice).
  4. Advanced: Learn how to adapt projects on the fly, and organize your data even better.
  5. API: Get a deeper understanding of Syre's philosophy and API, with examples.

Install

🕘 10 minutes

Before you begin the tutorials make sure to download both the Syre desktop application and the language bindings of your choice.

Desktop app

Your first step in getting started is to install the Syre desktop app. Installing the app should be the same as installing any other application for your OS.

Downloads

Windows Mac Linux
10 / 11 M1 Coming soon!
Intel

Language bindings

Next, you'll need to install the language bindings for your analysis scripts. We offer language bindings for the languages below, which are installed as you would for any other package. Click on the language you want for the download and install instructions.

(If you don't see your favorite language, let us know!)

Python In your terminal ```bash pip install syre ```
R Download R package

In your terminal

install.packages("path/to/syre_0.10.0-r.tar.gz", repos=NULL, type="source")

Questions

Feel free to reach out to us on our Discord, or send us an email at info@syre.ai.

Get started

Get you familiar with the basics of the Syre desktop app.

>> Beginner tutorial >>

Releases

No releases published

Packages

No packages published