Skip to content

Installation

Stable release

To install the MultiDEFusion library, execute the following command in a terminal:

1
pip install multidefusion

If you do not have pip installed, you can find instructions to install pip here.

Python Requirements

This library is compatible with Python 3.8 and later versions.

Integrated Development Environments

The library works in the Python environment. To run the integration procedure, the usage of one of the Python Integrated Development Environments (IDEs) is required. The current version of the library has been tested on four different IDEs: Spyder, PyCharm, Visual Studio Code, and Jupyter Notebook. Before starting the fusion process, ensure that your IDE is configured correctly.

Remarks

  1. Within a particular IDE, ensure that the path of your Python interpreter is the same as that used in the terminal during installation. The example of changing the Python environment path in the Spyder can be found here.
  2. Using PyCharm, launch the script using Run File In Python Console. This setting can be defined as constant in RunEdit ConfigurationsRun with Python console. The example can be found here.
  3. Using Visual Studio Code, launch the script using Run in Interactive Window. To make this option available, the installation of the Jupyter extension may be required. The example can be found here.