Installation¶
Pre-installation¶
Setting up environment¶
Besides installing VisIT, sure you are running an environment with python 2.7. The VisIt library is not compatible with Python 3.
Download VisIt
Download Anaconda
Or
Download Miniconda
Instructions for creating environment using Anaconda/Miniconda. Reminder: To activate environment type conda activate envname.
You must also add VisIt to your system environment path variable “C:\Program Files\LLNL\VisIt 3.0.0”.
Building ParseLy¶
Clone the library and navigate to the folder
git clone https://github.com/hturner08/Parsely
cd Parsely
Install the dependencies
pip install pandas
pip install numpy
Build and install the library
pip install /path/to/Parsely