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: .. code-block:: bash conda create -n truss_analysis python=3 The installation requires: - matplotlib - scipy - numpy To install these packages, use the command: .. code-block:: bash conda install matplotlib scipy numpy Then ton install the package, use the command: .. code-block:: bash pip install npp_2d_truss_analysis