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
isympy
$ fx -s
In [1]: █
Note:
fx starts IPython environment with mpmatharrow-up-right pre-imported,
fx
parameter -s additionally imports sympyarrow-up-right with isympyarrow-up-right importer.)
-s
Last updated 3 years ago