Install
==================
If you don't have it installed yet, download and install the `Mamba`_ package manager.

Open 'Miniforge Prompt' and prompt:

  >>> mamba create -n pyfus python=3.9

You have now a virtual environment up and ready for using the software. Let's install it by running:

  >>> mamba activate pyfus
  >>> pip install pyfus_lib


Quickstart
==================

Before using the software, you need to activate the virtual environment. To do so, open Anaconda Prompt and prompt:

  >>> mamba activate pyfus


Please check our Notion page for a QuickStart guide!


.. _Mamba: https://mamba.readthedocs.io/en/latest/installation/mamba-installation.html
