mirror of
https://github.com/HannesStark/boltzgen.git
synced 2026-06-04 20:04:24 +08:00
install instructions
This commit is contained in:
10
README.md
10
README.md
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user