Skip to content

Commit 4a22258

Browse files
committed
some changes form review
1 parent d31ed7d commit 4a22258

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Fourier-Accelerated Nodal Solver (FANS) is an FFT-based homogenization solver fo
3333
curl -fsSL https://pixi.sh/install.sh | bash
3434
```
3535

36-
Install and Use FANS:
36+
Install and use FANS:
3737

3838
```bash
3939
# Install FANS
@@ -49,7 +49,7 @@ FANS is available as a precompiled binary on [conda-forge](https://anaconda.org/
4949

5050
## Build from Source
5151

52-
**Best for:** Developers, contributors, HPC users, or those needing custom builds.
52+
**Recommended for:** Developers, contributors, HPC users, or those needing custom builds.
5353

5454
FANS requires the following dependencies:
5555

@@ -189,13 +189,13 @@ cd ../test
189189
FANS includes [`FANS_Dashboard.ipynb`](FANS_Dashboard/FANS_Dashboard.ipynb), a comprehensive pipeline for post-processing, visualization, and analysis of simulation results. We recommend setting up a Python virtual environment via Pixi with all required Python dependencies in an isolated environment:
190190

191191
```bash
192-
# Install the dashboard environment
192+
# Install and activate the dashboard environment
193193
pixi shell -e dashboard
194194
```
195195

196196
The `dashboard` environment includes:
197197

198-
- Python ≥ 3.14
198+
- Python
199199
- Jupyter notebook (`ipykernel`)
200200
- [MSUtils](https://github.com/DataAnalyticsEngineering/MSUtils) for FANS-specific utilities
201201
- Testing tools (`pytest`)

0 commit comments

Comments
 (0)