install instructions

This commit is contained in:
Rhys Chappell
2025-11-12 16:40:22 -08:00
parent 71cf7884a1
commit bf1e5eff12

View File

@@ -44,13 +44,19 @@ conda activate bg
> If you open a **new** terminal session later, you must run `conda activate bg` again before using BoltzGen.
### 4 - Install BoltzGen from source
### 4 - Install BoltzGen
Download the BoltzGen repository, change directory into the boltzgen directory, and install BoltzGen from source:
Run the command below to install BoltzGen from PyPI:
```bash
pip install boltzgen
```
Alternatively, if you prefer to install an editable, locally-managed copy, download the BoltzGen repository, change directory into the boltzgen directory, and install BoltzGen from source:
```bash
pip install -e .
```
</details>
<details>