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.
- Install: Get the Syre desktop app and language bindings installed on your computer.
- Beginner: Learn the basics of the Syre desktop app by building and analyzing your first project.
- 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).
- Advanced: Learn how to adapt projects on the fly, and organize your data even better.
- API: Get a deeper understanding of Syre's philosophy and API, with examples.
🕘 10 minutes
Before you begin the tutorials make sure to download both the Syre desktop application and the language bindings of your choice.
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 |
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 packageIn your terminal
install.packages("path/to/syre_0.10.0-r.tar.gz", repos=NULL, type="source")
Feel free to reach out to us on our Discord, or send us an email at [email protected].
Get you familiar with the basics of the Syre desktop app.