Installation

Requirements

padtest can either be used within the Plaxis remote scripting Python wrap or in a regular Python environment. padtest requires pandas which is not included by default in Plaxis’ Python environment. To install it, or any other package, follow the instructions listed on Plaxis site.

To use padtest in a custom Python environment, the plxscripting package must be installed in that environment along all other required packages. plxscripting cannot be installed using conda or pip. Instead, it must be installed following these instructions.

Warning

plxscripting requires Python 3.7. It will crash with later versions.

Installation

pip install padtest

Clone the repo

git clone https://github.com/p-barb/padtest