Run your simulations only when you need to. No licenses, no subscription traps.
First things first, let’s make sure Python 3 is set up correctly on your system. If you already have it installed, great! We’ll be able to move straight to installing the Inductiva API like any other Python package.
If it’s missing, we’ll go over how to install it on Windows.
Step-by-Step
Command Prompt, and press Enter to open the Command Prompt app.Note: Open the Command Prompt as an administrator to avoid any permission issues. To do this, right-click on the Command Prompt app and select Run as administrator.
python3
Python 3.12.7 (tags/v3.12.7:abcdef, Oct 3 2023, 12:00:00) [MSC v.1928 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
'python' is not recognized as an internal or external command, operable program, or batch file.
The installation can take a few minutes to complete.
python3 in the Command Prompt again. You should now see confirmation that Python 3 is ready to go!Python 3.12.7 (tags/v3.12.7:abcdef, Oct 3 2023, 12:00:00) [MSC v.1928 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
Now that you have Python 3 installed, let’s make sure pip, the Python package installer, is up to date. This will help avoid any compatibility issues.
To update pip, open your Command Prompt and type:
python3 -m pip install --upgrade pip
Since we installed Python from the Microsoft Store and selected the Add Python.exe to PATH option, this command should run smoothly without any issues.
Awesome! Now that pip is updated and Python is set in your PATH, you’re all set for installing the Inductiva Python Package and start simulating!
If you run into any issues or challenges while installing the API, please reach out to us at support@inductiva.ai. We’d love to help troubleshoot and find ways to make the setup process even smoother.
You can also check out our troubleshooting guide for more information.