Requirements
Before installing milcapy, ensure you have Python 3.10 or higher installed on your system.milcapy requires Python ≥ 3.10 to run properly.
Installing milcapy
Install via pip
The easiest way to install milcapy is using pip:This will automatically install milcapy and all required dependencies.
Dependencies
milcapy automatically installs the following required dependencies:- numpy - For numerical computations and matrix operations
- matplotlib - For visualization and plotting capabilities
Upgrading milcapy
To upgrade to the latest version of milcapy:Installation Issues
If you encounter any issues during installation:Common Solutions
-
Upgrade pip: Ensure you have the latest version of pip:
-
Use virtual environment: It’s recommended to use a virtual environment to avoid dependency conflicts:
-
Check permissions: If you encounter permission errors, try installing with the
--userflag:
Next Steps
Now that you have milcapy installed, you’re ready to create your first structural analysis model!Quickstart Guide
Build your first structural model in minutes
API Reference
Explore the complete API documentation
