# Getting Started This section will help you get started on your Bevy journey as quickly as possible. It will walk you through setting up your development environment and writing a simple Bevy app. This section will provide a walk through setting up your development environment and a quick overview of the different features and concepts in Jecs with short examples. ## Installing Jecs To use Jecs, you will need to add the library to your project's source folder. ## Installing as standalone Head over to Jecs' 'Releases' page. ## Installing with Wally Jecs is available as a package on [wally.run](https://wally.run/package/ukendio/jecs) Add it to your project's Wally.toml like this: ```toml [dependencies] jecs = "0.1.0" # Make sure this is the latest version ```