# Book creation tooling `manifest.scm` file lists all dependencies needed for a project. The exact version is handled by `channels.scm`. Running the following will create a custom environment with the needed tools at the compatible version: ``` bash guix time-machine -C channels.scm -- environment -m manifest.scm ```