Installation#
BraineryWiz can be installed using pip as shown in the following:
pip install BraineryWiz
Windows users use above command in command prompt (cmd) and Anaconda users use it in Anaconda Prompt. After instalation import the BraineryWiz library into your code as shown in the following:
import BraineryWiz as bz
Note
Currently BraineryWiz does not work on Linux. Sorry fo that. Soon we will solve the problem and make it accessible in the mentioned system.
Note
BraineryWiz now has been compiled for multiple versions of Python. Currently BraineryWiz works for Python versions 3.12.3, 3.11.5 and 3.10.4. Also, latest anaconda version with python 3.11.5 can support BraineryWiz.