Update to the latest version 3.2.5 for better performance
If you have any previously installed versions of the library update to the latest version 3.1.9 , go to the update block provided below.
Else follow these steps:
1
click start button and search command prompt (or cmd)
run command
pip install dscal
on the command prompt shell run
pip install dscal --upgrade
open python idle or any editor of your choice, and type
import dscal
For GUI utility , import dscal.gui module by typing
import dscal.gui
sympy : https://www.sympy.org/en/index.html
matplotlib : https://matplotlib.org/
numexpr : http://numexpr.readthedocs.io/en/latest/