02 - Preparation

Preparation of computer for statistical work

We'll assume that you're using a *nixarrow-up-right operating system, and have Pythonarrow-up-right installed.

Create and activate virtualenvarrow-up-right, and get fxyarrow-up-right package:

$ python3 -m venv .venv && . .venv/bin/activate

$ pip install fxy

Type fx -s or isympy command to get started:

$ fx -s

In [1]: █

Note:

Last updated