Installation¶
Prerequisites¶
- Python 3.10 or later
- pip or uv
From Source¶
git clone https://github.com/Samuele95/computational-fields.git
cd computational-fields
pip install -e .
Dependencies¶
The project depends on:
| Package | Version | Purpose |
|---|---|---|
| NumPy | >= 1.24 | Array operations, distance calculations |
| Matplotlib | >= 3.7 | Static field rendering |
| Plotly | >= 5.18 | Interactive charts |
| Pandas | >= 2.0 | Data handling |
| Dash | >= 2.15 | Web application framework |
Optional: Development Tools¶
This adds pytest for running the test suite.
Verify Installation¶
Docker¶
Then open http://localhost:7860.