Skip to content

Commit c4eebdd

Browse files
authored
Update README with conda isolated environment installation instructions
Added installation recommendations and conda setup instructions.
1 parent 92fa704 commit c4eebdd

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@
2222
**ionerdss** is a Python library for building NERDSS-ready models from structures, running simulation workflows, and analyzing simulation outputs.
2323

2424
## Installation
25+
Recommended: Install in an isolated environment
26+
We strongly recommend installing ioNERDSS in an isolated environment using a package manager like conda or mamba to avoid conflicts with existing Python libraries.
27+
28+
### Using Conda
29+
```bash
30+
# Create a new environment with Python 3.10 or later
31+
conda create -n ionerdss python=3.10
32+
conda activate ionerdss
33+
```
2534

2635
### 1. From PyPI
2736

0 commit comments

Comments
 (0)