The VicPy Python module for manipulating Vic-3D data is now available. For consistency and ease of installation, we are using the Anaconda® platform.
To install VicPy:
- Download Anaconda from this link.
- Install Anaconda. For installation type, it is best to select "Just Me"; if you select "All Users" you must complete the console steps below in an elevated console.
- Be sure that boxes "Add Anaconda to my PATH environment variable" and "Register Anaconda as my default Python 3.11" are marked.
- Run the Anaconda console ("Anaconda Prompt" from the Start menu). If you installed for "All Users" above, you may have to right-click and Run as administrator.
- From the Anaconda console, run the command:
conda install -c correlatedsolutions vicpy
- The VicPy module is now installed. All VicPy programs must be run from the Anaconda console.
- If you'd like to test the module, you can find a curated selection of high-quality example scripts on our Utilities page..
For offline installation, tarballs are available at the following links:
https://downloads.correlatedsolutions.com/vicpy-1.6.0-py310_0.tar.bz2
https://downloads.correlatedsolutions.com/vicpy-1.0-py36_0.tar.bz2
https://downloads.correlatedsolutions.com/vicpy-1.0-py35_0.tar.bz2
https://downloads.correlatedsolutions.com/vicpy-1.0-py34_0.tar.bz2
For this option, use conda install vicpy-1.0-pyNN_0.tar.bz2.
The Anaconda name is a registered trademark of Continuum Analytics, Inc.
Ian Adkins
Comments