Manually Install PyFemtet

This page shows you how to install/update pyfemtet manually.

Launch command prompt

../../_images/launch_cmd.png

Input install command

Run following command to install or update. The both are the same command.

(Only PyFemtet core library:):

py -m pip install pyfemtet -U --no-warn-script-location

(With GUI tool to build script:):

py -m pip install pyfemtet pyfemtet-opt-gui -U --no-warn-script-location
../../_images/pip_on_cmd.png

Note

If you failed to this process and the warning or error message constaints ConnectionError, EnvironmentError and so on, the proxy may be a problem.

Please try to set the environment variable before running the install command. For example,

set HTTP_PROXY=http://<user>:<password>@<host>:<port>
set HTTPS_PROXY=http://<user>:<password>@<host>:<port>
py -m pip install pyfemtet -U --no-warn-script-location

Note

PyFemtet core library is published under MIT, but the GUI tool is published under LGPL-v3.

Wait for installation

  • Depending on the environment, the following installation screen may be displayed and may not change for several minutes or even several tens of minutes.

../../_images/pip_while_install.png

Installation Screen

  • Wait until the “Installed successfully…” message appears on the screen.

../../_images/pip_complete_install.png

If you want to check the installation, please check the section below.