Installation on Windows -------------------------- #. Download and install the desired Python version. The versions currently supported are: * `Python 3.10 `_ * `Python 3.8 `_ * `Python 3.6 `_ #. Make sure to add the path to `python.exe` to your PATH variable like: .. code-block:: console $ set PATH=c:\[PYTHON_INSTALL_DIR];%PATH% #. Download the zip file containing the latest whl file, example programs, and the html documentation and unzip the file to any location on your PC. * `BFModule for Windows `_ #. Navigate to the unzipped folder location. .. code-block:: console $ cd [Unzip folder location] #. [Optional] Create a virtual environment using the command: .. code-block:: console $ python.exe -m venv [venv-name] To activate the virtual environment run the following command: .. code-block:: console $ [venv-name]\Scripts\activate #. To install **BFModule** using the wheel file: .. code-block:: console (venv-name) $ python.exe -m pip install BFModule-X.x.x-cpXX-cpXX-win_amd64.whl Where, BFModule-X.x.x-cpXX-cpXX-win_amd64.whl is the name of the WHL file in the extracted folder.