-
Notifications
You must be signed in to change notification settings - Fork 8
Installation guide
SimPlot++ for Windows is available either as an executable file or as a Python script.
SimPlot++ for Windows is available either as an executable file or as a Python script.
The Windows installer can be found at the release. Click on the SimPlot++-x.x-win64.msi file to download it.
A requirements.txt file containing all required libraries is available in the GitHub repository.
Assuming Python 3.8 or higher is installed on the machine, the script should run well with the libraries installed.
Here is an example of how to run the script in Windows:
- After downloading the source code, go to the folder containing
main.py. - Create a new virtual environment (venv) in your Windows PowerShell using
python3 -m venv SimPlot++_venv. - Still in the PowerShell, enter the new venv using
SimPlot++_env/Scripts/Activate.ps1. - Install the required libraries using
pip install -r requirements.txt. - Launch SimPlot++ using
python3 main.py.
SimPlot++ is available as a Python script.
A requirements.txt file containing all required libraries is available in the GitHub repository.
Assuming Python 3.8 or higher is installed on the machine, the script should run well with the libraries installed.
Here is an example of how to run the script in Linux/UNIX and Mac OS:
- After downloading the source code, go to the folder containing
main.py. - If you do not have
virtualenvinstalled, runpython3 -m pip install --user virtualenv - Create a new virtual environment (venv) in your terminal using
python3 -m venv SimPlot++_env. - Still in the terminal, enter the new venv using
source SimPlot++_env/bin/activate. - Install the required libraries using
python3 -m pip install -r requirements.txt. - Launch SimPlot++ using
python3 main.py.
Wiki
Available analyses
Misc