Install

Contents

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!