Skip to content

Tutorial - User Guide - Intro

This tutorial shows you how to use Beastiary with most of its features, step by step.

Each section gradually builds on the previous ones, but it's structured to separate topics, so that you can go directly to any specific one to solve your specific needs.

It is also built to work as a future reference.

So you can come back and see exactly what you need.


Install Beastiary

The first step is to install Beastiary.

$ pip install beastiary

---> 100%

This will also install all of the required dependencies.

Note

Beastiary requires python version >= 3.6.2.

pip3 install beastiary

If you are installing beastiary on a shared environment (e.g. a HPC) you may want to install will the --user flag.

pip3 install --user beastiary