02 - Preparation
Last updated
Last updated
We'll assume that you're using a operating system, and have installed.
Create and activate , and get 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:
fx
starts IPython environment with pre-imported,
parameter -s
additionally imports with importer.)