Installation/Setup¶
Requirements¶
The package depends on the following “standard” libraries:
matplotlib
scipy
numpy
Conda Installation¶
The following describes a minimum environment setup using Conda.
(Optional) It is preferable to create a new environment for the packages:
conda create -n truss_analysis python=3
The installation requires:
matplotlib
scipy
numpy
To install these packages, use the command:
conda install matplotlib scipy numpy
Then ton install the package, use the command:
pip install npp_2d_truss_analysis